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!

ICodeNamespaceImport.SetNamespace

Sets the string name of the namespace.

[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 to import.

Remarks

Namespaces should always be represented by a series of names with dots (.) between each level of the namespace, such as "System".

See Also

ICodeNamespaceImport Interface | ICodeNamespaceImport Members | System.ComponentModel.Design.CodeModel Namespace