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!

Type.Delimiter

Represents the character used to separate names in the namespace of the Type.

[Visual Basic]
Public Shared ReadOnly Delimiter As Char
[C#]
public static readonly char Delimiter;
[C++]
public: static readonly __wchar_t Delimiter;
[JScript]
public static var Delimiter : Char;

See Also

Type Class | Type Members | System Namespace