SecurityPrivilegesDeleteCriteria.HierarchyMemberPrivileges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether hierarchy member privileges should be deleted.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ HierarchyMemberPrivileges { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> HierarchyMemberPrivileges { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.HierarchyMemberPrivileges : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> with get, set
Public Property HierarchyMemberPrivileges As Collection(Of Identifier)
Property Value
A collection of type Identifier.
- Attributes