Member.SecurityPermission Property

Definition

Specifies the authorization of the user for the member.

public:
 property Microsoft::MasterDataServices::Services::DataContracts::PermissionType SecurityPermission { Microsoft::MasterDataServices::Services::DataContracts::PermissionType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::PermissionType value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Services.DataContracts.PermissionType SecurityPermission { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.SecurityPermission : Microsoft.MasterDataServices.Services.DataContracts.PermissionType with get, set
Public Property SecurityPermission As PermissionType

Property Value

The authorization of the user for the member.

Attributes

Applies to