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!

CodeNamespace.Imports

Gets or sets the collection of namespace imports used by the represented namespace.

[Visual Basic]
Public ReadOnly Property Imports As CodeNamespaceImportCollection
[C#]
public CodeNamespaceImportCollection Imports {get;}
[C++]
public: __property CodeNamespaceImportCollection* get_Imports();
[JScript]
public function get Imports() : CodeNamespaceImportCollection;

Property Value

A CodeNamespaceImportCollection that indicates the namespace imports used by the represented namespace.

See Also

CodeNamespace Class | CodeNamespace Members | System.CodeDOM Namespace | CodeNamespaceImportCollection