ServiceClient.SecurityPrivilegesDelete 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 the permissions for the specified criteria.
public:
Microsoft::MasterDataServices::OperationResult ^ SecurityPrivilegesDelete(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrivilegesDeleteCriteria ^ Criteria);
public Microsoft.MasterDataServices.OperationResult SecurityPrivilegesDelete (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrivilegesDeleteCriteria Criteria);
member this.SecurityPrivilegesDelete : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrivilegesDeleteCriteria -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrivilegesDelete (International As International, Criteria As SecurityPrivilegesDeleteCriteria) As OperationResult
Parameters
- International
- International
The cultural settings.
- Criteria
- SecurityPrivilegesDeleteCriteria
The criteria that specifies the function, hierarchy member, and model privileges to be deleted.
Returns
An OperationResult object containing the result of an operation.