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