FunctionPrivilegesCriteria Class
Specifies the criteria for function privileges.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::FunctionPrivilegesCriteria
| Name | Description | |
|---|---|---|
![]() | FunctionPrivilegesCriteria() | Default constructor for the FunctionPrivilegesCriteria. |
| Name | Description | |
|---|---|---|
![]() | Identifiers | Gets or sets the collection of identifiers that are used. |
![]() | IsAuthorized | Obsolete. Gets or sets a value that indicates whether the function privileges criteria is authorized. |
![]() | PrincipalId | Gets or sets the privileges based on the specified principal identifier. |
![]() | PrincipalType | Gets or sets the privileges based on the specified principal type. |
![]() | ResultType | Gets or sets the principal result type. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The FunctionPrivilegesCriteria specifies the criteria for function privileges.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

