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