ModelPrivilegesCriteria.Permission Property

Definition

Gets or sets the Permission value to filter the results.

public:
 property Microsoft::MasterDataServices::Permission Permission { Microsoft::MasterDataServices::Permission get(); void set(Microsoft::MasterDataServices::Permission value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Permission Permission { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Permission : Microsoft.MasterDataServices.Permission with get, set
Public Property Permission As Permission

Property Value

One of the values of Permission. Possible values are Deny, ReadOnly, None, or Update.

Attributes

Applies to