ServiceClient.SecurityPrincipalsUpdate 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 security principals.
public:
Microsoft::MasterDataServices::OperationResult ^ SecurityPrincipalsUpdate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrincipals ^ Principals);
public Microsoft.MasterDataServices.OperationResult SecurityPrincipalsUpdate (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrincipals Principals);
member this.SecurityPrincipalsUpdate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrincipals -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrincipalsUpdate (International As International, Principals As SecurityPrincipals) As OperationResult
Parameters
- International
- International
The cultural settings.
- Principals
- SecurityPrincipals
The criteria that specifies the principals to be updated.
Returns
An OperationResult object containing the result of an operation.