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!

SchemaType Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal Namespace As String, _
   ByVal ElementName As String, _
   ByVal TypeName As String _
)
[C#]
public SchemaType(
   string Namespace,
   string ElementName,
   string TypeName
);
[C++]
public: SchemaType(
   String* Namespace,
   String* ElementName,
   String* TypeName
);
[JScript]
public function SchemaType(
   Namespace : String,
   ElementName : String,
   TypeName : String
);

Parameters

Namespace
[To be supplied.]
ElementName
[To be supplied.]
TypeName
[To be supplied.]

See Also

SchemaType Class | SchemaType Members | System.Runtime.Remoting Namespace