Właściwość SecurityPrincipalsCriteria.HierarchyMemberPrivilege
Pobiera lub ustawia typ wynik hierarchii element członkowski przywilej.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property HierarchyMemberPrivilege As ResultType
Get
Set
'Użycie
Dim instance As SecurityPrincipalsCriteria
Dim value As ResultType
value = instance.HierarchyMemberPrivilege
instance.HierarchyMemberPrivilege = value
[DataMemberAttribute]
public ResultType HierarchyMemberPrivilege { get; set; }
[DataMemberAttribute]
public:
property ResultType HierarchyMemberPrivilege {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute>]
member HierarchyMemberPrivilege : ResultType with get, set
function get HierarchyMemberPrivilege () : ResultType
function set HierarchyMemberPrivilege (value : ResultType)
Wartość właściwości
Typ: Microsoft.MasterDataServices.ResultType
Jedną z wartości ResultType.
Zobacz także