ExplicitHierarchy.IsMandatory 속성
Gets or sets a value that indicates whether all leaf members are required in the hierarchy.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
<DataMemberAttribute> _
Public Property IsMandatory As Boolean
Get
Set
‘사용 방법
Dim instance As ExplicitHierarchy
Dim value As Boolean
value = instance.IsMandatory
instance.IsMandatory = value
[DataMemberAttribute]
public bool IsMandatory { get; set; }
[DataMemberAttribute]
public:
property bool IsMandatory {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IsMandatory : bool with get, set
function get IsMandatory () : boolean
function set IsMandatory (value : boolean)
속성 값
유형: System.Boolean
true if all leaf members are required in the hierarchy; otherwise, false.
주의
Non-mandatory entities create a special parent member called "unused" that initially hold all leaf members.