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!

Type Constructor

Initializes a new instance of the Type class.

[Visual Basic]
Protected Sub New()
[C#]
protected Type();
[C++]
protected: Type();
[JScript]
protected function Type();

Remarks

This constructor is invoked by subclasses during the construction of type objects.

See Also

Type Class | Type Members | System Namespace