ServiceClient.SecurityPrincipalsDelete 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.
Deletes users and groups.
public:
Microsoft::MasterDataServices::OperationResult ^ SecurityPrincipalsDelete(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrincipalsDeleteCriteria ^ Criteria);
public Microsoft.MasterDataServices.OperationResult SecurityPrincipalsDelete (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrincipalsDeleteCriteria Criteria);
member this.SecurityPrincipalsDelete : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrincipalsDeleteCriteria -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrincipalsDelete (International As International, Criteria As SecurityPrincipalsDeleteCriteria) As OperationResult
Parameters
- International
- International
The cultural settings.
- Criteria
- SecurityPrincipalsDeleteCriteria
The criteria that specifies the users and groups to be deleted.
Returns
An OperationResult object containing the result of an operation.