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!

ReferenceEditor.none

What we return textually for null.

[Visual Basic]
Protected Shared ReadOnly none As String
[C#]
protected static readonly string none;
[C++]
protected: static readonly String* none;
[JScript]
protected static var none : String;

See Also

ReferenceEditor Class | ReferenceEditor Members | System.ComponentModel.Design Namespace