Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the criteria for filtering function privileges in the request.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property FunctionPrivilegesCriteria As FunctionPrivilegesCriteria
Get
Set
'Usage
Dim instance As SecurityPrivilegesGetCriteria
Dim value As FunctionPrivilegesCriteria
value = instance.FunctionPrivilegesCriteria
instance.FunctionPrivilegesCriteria = value
[DataMemberAttribute(EmitDefaultValue = false)]
public FunctionPrivilegesCriteria FunctionPrivilegesCriteria { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property FunctionPrivilegesCriteria^ FunctionPrivilegesCriteria {
FunctionPrivilegesCriteria^ get ();
void set (FunctionPrivilegesCriteria^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member FunctionPrivilegesCriteria : FunctionPrivilegesCriteria with get, set
function get FunctionPrivilegesCriteria () : FunctionPrivilegesCriteria
function set FunctionPrivilegesCriteria (value : FunctionPrivilegesCriteria)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.FunctionPrivilegesCriteria
The criteria for filtering function privileges in the request.
See Also
Reference
SecurityPrivilegesGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace