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.
Retrieves the security permissions for selected principals and/or models.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function SecurityPrivilegesGet ( _
International As International, _
Criteria As SecurityPrivilegesGetCriteria, _
<OutAttribute> ByRef Privileges As SecurityPrivileges _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim Criteria As SecurityPrivilegesGetCriteria
Dim Privileges As SecurityPrivileges
Dim returnValue As OperationResult
returnValue = instance.SecurityPrivilegesGet(International, _
Criteria, Privileges)
public OperationResult SecurityPrivilegesGet(
International International,
SecurityPrivilegesGetCriteria Criteria,
out SecurityPrivileges Privileges
)
public:
OperationResult^ SecurityPrivilegesGet(
International^ International,
SecurityPrivilegesGetCriteria^ Criteria,
[OutAttribute] SecurityPrivileges^% Privileges
)
member SecurityPrivilegesGet :
International:International *
Criteria:SecurityPrivilegesGetCriteria *
Privileges:SecurityPrivileges byref -> OperationResult
public function SecurityPrivilegesGet(
International : International,
Criteria : SecurityPrivilegesGetCriteria,
Privileges : SecurityPrivileges
) : OperationResult
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- Criteria
Type: Microsoft.MasterDataServices.SecurityPrivilegesGetCriteria
The criteria that specifies the function, hierarchy member, and model privileges to be returned.
- Privileges
Type: Microsoft.MasterDataServices.SecurityPrivileges%
When this method returns, contains the security privileges at function, hierarchy member, and model levels. This parameter is passed uninitialized.
Return Value
Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.