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.GetElementType

When implemented by a derived class, Returns the Type of the element.

[Visual Basic]
MustOverride Public Function GetElementType() As Type
[C#]
public abstract Type GetElementType();
[C++]
public: virtual Type* GetElementType() = 0;
[JScript]
public abstract function GetElementType() : Type;

Return Value

The Type of the element.

Remarks

Abstract. This method must be implemented by a derived class.

See Also

Type Class | Type Members | System Namespace