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

Gets a value indicating whether the Type is an array.

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

Property Value

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

Remarks

An instance of the Array class will return false because it is an object, not an array.

See Also

Type Class | Type Members | System Namespace | IsArrayImpl