HierarchyMemberPrivilegesCriteria.Permission 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 a permission.
public:
property Microsoft::MasterDataServices::Permission Permission { Microsoft::MasterDataServices::Permission get(); void set(Microsoft::MasterDataServices::Permission value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Permission Permission { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Permission : Microsoft.MasterDataServices.Permission with get, set
Public Property Permission As Permission
Property Value
A new instance of type Permission.
- Attributes