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!

CodeWriter.GetNamespacesForTypes

[To be supplied.]

[Visual Basic]
Public Function GetNamespacesForTypes( _
   ByVal types() As Type _
) As String ()
[C#]
public string[] GetNamespacesForTypes(
   Type[] types
);
[C++]
public: String* GetNamespacesForTypes(
   Type* types[]
) [];
[JScript]
public function GetNamespacesForTypes(
   types : Type[]
) : String[];

Parameters

types
[To be supplied.]

See Also

CodeWriter Class | CodeWriter Members | System.Xml.Serialization.Code Namespace