NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeGenerator.GetNullToken

Gets the token that represents a null reference (in Visual Basic Nothing).

[Visual Basic]
MustOverride Protected Function GetNullToken() As String
[C#]
protected abstract string GetNullToken();
[C++]
protected: virtual String* GetNullToken() = 0;
[JScript]
protected abstract function GetNullToken() : String;

Return Value

The token that represents a null reference (Nothing).

See Also

CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace