FunctionPrivilegesCriteria Class
Specifies criteria for function privileges.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::FunctionPrivilegesCriteria
| Name | Description | |
|---|---|---|
![]() | FunctionPrivilegesCriteria() | Initializes a new instance of the FunctionPrivilegesCriteria class. |
| Name | Description | |
|---|---|---|
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | Identifiers | Gets or sets an array that specifies the function privilege identifiers. |
![]() | IsAuthorized | Gets or sets a value that indicates whether the criteria are authorized. |
![]() | PrincipalId | Gets or sets the principal ID. |
![]() | PrincipalType | Gets or sets the principal type. |
![]() | ResultType | Gets or sets the result type. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


