SecurityPrivileges.HierarchyMemberPrivileges Property

Definition

Gets or sets the list of hierarchy member privileges.

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)

Property Value

A collection of type HierarchyMemberPrivilege.

Attributes

Applies to