Language

SecurityPrivileges.HierarchyMemberPrivileges プロパティ

定義

階層メンバーの特権リストを取得または設定します。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::HierarchyMemberPrivilege ^> ^ HierarchyMemberPrivileges { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::HierarchyMemberPrivilege ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::HierarchyMemberPrivilege ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.HierarchyMemberPrivilege> HierarchyMemberPrivileges { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.HierarchyMemberPrivileges : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.HierarchyMemberPrivilege> with get, set
Public Property HierarchyMemberPrivileges As Collection(Of HierarchyMemberPrivilege)

プロパティ値

HierarchyMemberPrivilege型のコレクション。

属性

適用対象