CodeGenerator.NullToken Property

Definition

Gets the token that represents null.

protected:
 abstract property System::String ^ NullToken { System::String ^ get(); };
protected abstract string NullToken { get; }
member this.NullToken : string
Protected MustOverride ReadOnly Property NullToken As String

Property Value

The token that represents null.

Applies to