UserEffectiveObjectPermissionsGetRequest.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 the object access permission used to filter the User to be returned in the UserEffectiveObjectPermissionsGetResponse.
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.ServiceModel.MessageBodyMember]
public Microsoft.MasterDataServices.Services.DataContracts.AccessPermissionType? AccessPermission { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.AccessPermission : Nullable<Microsoft.MasterDataServices.Services.DataContracts.AccessPermissionType> with get, set
Public Property AccessPermission As Nullable(Of AccessPermissionType)
Property Value
- Attributes