ExplicitHierarchy.IsMandatory Proprietà

Definizione

Specifica se tutti i membri della foglia sono richiesti nella gerarchia. Le entità non obbligatorie creano un membro genitore speciale chiamato "non utilizzato" che inizialmente contiene tutti i membri della foglia.

public:
 property bool IsMandatory { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public bool IsMandatory { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.IsMandatory : bool with get, set
Public Property IsMandatory As Boolean

Valore della proprietà

true se tutti i membri della foglia sono richiesti nella gerarchia; altrimenti, false.

Attributi

Si applica a