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.Namespace

Gets the namespace of the Type.

[Visual Basic]
MustOverride Public ReadOnly Property Namespace As String
[C#]
public string Namespace {abstract get;}
[C++]
public: __property virtual String* get_Namespace() = 0;
[JScript]
public abstract function get Namespace() : String;

Property Value

The namespace of the Type.

See Also

Type Class | Type Members | System Namespace | String