RemoteTypeData.IsArray Field

Definition

Indicates whether this RemoteTypeData describes an array type.

public: bool IsArray;
public bool IsArray;
val mutable IsArray : bool
Public IsArray As Boolean 

Field Value

Remarks

The value of this field is true if the current RemoteTypeData describes an array type; otherwise, the value of this field is false.

Applies to