SerializableObjectData.IsArrayElement Campo

Definição

Indica se o SerializableObjectData descreve um elemento em uma matriz serializável.

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

Valor do campo

Comentários

IsArrayElement é true se o SerializableObjectData descreve um elemento em uma matriz; caso contrário, IsArrayElement é false.

Se IsArrayElement for true, identificará ParentId a matriz e MemberName será null.

Se IsArray e IsArrayElement forem ambos true, o SerializableObjectData descreve uma matriz irregular.

Aplica-se a