共用方式為


HierarchyMemberPrivilege 屬性

Gets or sets the ResultType for HierarchyMemberPrivilege.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property HierarchyMemberPrivilege As ResultType
    Get
    Set
'用途
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)