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!

VBCodeGenerator.GetNullToken

Gets the token that is used to represent a null reference (in Visual Basic Nothing).

[Visual Basic]
Overrides Protected Function GetNullToken() As String
[C#]
protected override string GetNullToken();
[C++]
protected: override String* GetNullToken();
[JScript]
protected override function GetNullToken() : String;

Return Value

The token that is used to represent a null reference (Nothing).

See Also

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