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!

ICodeClass.GetNamespace

Gets the namespace that the class is in.

[Visual Basic]
Function GetNamespace() As String
[C#]
string GetNamespace();
[C++]
String* GetNamespace() = 0;
[JScript]
function GetNamespace() : String;

Return Value

A string containing the namespace, or an empty string ("") if the class has no declared namespace.

Remarks

An empty string will be returned if the class has no declared namespace.

See Also

ICodeClass Interface | ICodeClass Members | System.ComponentModel.Design.CodeModel Namespace | SetNamespace