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!

Object.GetType

Gets the Type of the Object.

[Visual Basic]
Public Function GetType() As Type
[C#]
public Type GetType();
[C++]
public: Type* GetType();
[JScript]
public function GetType() : Type;

Return Value

The Type of the Object.

Remarks

The Type object exposes the metadata associated with the class of the current Object.

See Also

Object Class | Object Members | System Namespace | Type