ExplicitHierarchy.IsMandatory Eigenschaft

Definition

Gibt an, ob alle Blattelemente in der Hierarchie erforderlich sind. Nicht erforderliche Entitäten erstellen ein besonderes übergeordnetes Element, das "nicht verwendet" genannt wird, das anfänglich alle Blattelemente enthält.

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

Eigenschaftswert

Ist true, wenn alle Blattelemente in der Hierarchie erforderlich sind, und andernfalls false.

Attribute

Gilt für: