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

Gets a value indicating whether the Type ...

[Visual Basic]
Public ReadOnly Property HasElementType As Boolean
[C#]
public bool HasElementType {get;}
[C++]
public: __property bool get_HasElementType();
[JScript]
public function get HasElementType() : Boolean;

Property Value

true if the Type is ...; otherwise, false.

See Also

Type Class | Type Members | System Namespace | HasElementTypeImpl