ServiceClient.SecurityPrivilegesUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.