SerializableObjectData.IsArrayElement Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.