SecurityPrivilegesGetCriteria.FunctionPrivilegesCriteria 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 criteria for filtering function privileges.
public:
property Microsoft::MasterDataServices::Services::DataContracts::FunctionPrivilegesCriteria ^ FunctionPrivilegesCriteria { Microsoft::MasterDataServices::Services::DataContracts::FunctionPrivilegesCriteria ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::FunctionPrivilegesCriteria ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Services.DataContracts.FunctionPrivilegesCriteria FunctionPrivilegesCriteria { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.FunctionPrivilegesCriteria : Microsoft.MasterDataServices.Services.DataContracts.FunctionPrivilegesCriteria with get, set
Public Property FunctionPrivilegesCriteria As FunctionPrivilegesCriteria
Property Value
The criteria for filtering FunctionPrivilege.
- Attributes