Campo IsMandatory
Indicates whether all leaf members are required in the hierarchy. Non-mandatory entities create a special parent member called "unused" that initially hold all leaf members.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<DataMemberAttribute(IsRequired := False)> _
Public IsMandatory As Boolean
'Uso
Dim instance As ExplicitHierarchy
Dim value As Boolean
value = instance.IsMandatory
instance.IsMandatory = value
[DataMemberAttribute(IsRequired = false)]
public bool IsMandatory
[DataMemberAttribute(IsRequired = false)]
public:
bool IsMandatory
[<DataMemberAttribute(IsRequired = false)>]
val mutable IsMandatory: bool
public var IsMandatory : boolean
Comentários
true if all leaf members are required in the hierarchy; otherwise, false.
Consulte também