ServiceClient.SecurityPrivilegesUpdate Method

Definition

Updates the specified security privileges.

public:
 Microsoft::MasterDataServices::OperationResult ^ SecurityPrivilegesUpdate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrivileges ^ Privileges);
public Microsoft.MasterDataServices.OperationResult SecurityPrivilegesUpdate (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrivileges Privileges);
member this.SecurityPrivilegesUpdate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrivileges -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrivilegesUpdate (International As International, Privileges As SecurityPrivileges) As OperationResult

Parameters

International
International

The cultural settings.

Privileges
SecurityPrivileges

The set of security privileges to be updated.

Returns

An OperationResult object containing the result of an operation.

Applies to