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