Member.AccessPermission 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.
Specifies what kind of access the user has.
public:
property Nullable<Microsoft::MasterDataServices::Services::DataContracts::AccessPermissionType> AccessPermission { Nullable<Microsoft::MasterDataServices::Services::DataContracts::AccessPermissionType> get(); void set(Nullable<Microsoft::MasterDataServices::Services::DataContracts::AccessPermissionType> value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Services.DataContracts.AccessPermissionType? AccessPermission { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.AccessPermission : Nullable<Microsoft.MasterDataServices.Services.DataContracts.AccessPermissionType> with get, set
Public Property AccessPermission As Nullable(Of AccessPermissionType)
Property Value
The kind of access the user has.
- Attributes