SerializableObjectData.IsArrayElement Field

Definition

Indicates whether the SerializableObjectData describes an element in a serializable array.

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

Field Value

Remarks

IsArrayElement is true if the SerializableObjectData describes an element in an array; otherwise, IsArrayElement is false.

If IsArrayElement is true, then ParentId identifies the array, and MemberName is null.

If IsArray and IsArrayElement are both true, the SerializableObjectData describes a jagged array.

Applies to