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

Sets the namespace that the class is in.

[Visual Basic]
Sub SetNamespace( _
   ByVal value As String _
)
[C#]
void SetNamespace(
   string value
);
[C++]
void SetNamespace(
   String* value
) = 0;
[JScript]
function SetNamespace(
   value : String
);

Parameters

value
The namespace for the class contained within a string.

See Also

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