ServiceClient.BusinessRulesDelete(International, BRDeleteCriteria) 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 business rule or components of rules with the given criteria.
public:
Microsoft::MasterDataServices::OperationResult ^ BusinessRulesDelete(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::BRDeleteCriteria ^ DeleteCriteria);
public Microsoft.MasterDataServices.OperationResult BusinessRulesDelete (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.BRDeleteCriteria DeleteCriteria);
member this.BusinessRulesDelete : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.BRDeleteCriteria -> Microsoft.MasterDataServices.OperationResult
Public Function BusinessRulesDelete (International As International, DeleteCriteria As BRDeleteCriteria) As OperationResult
Parameters
- International
- International
The cultural settings.
- DeleteCriteria
- BRDeleteCriteria
The criteria that specifies the business rules to delete.
Returns
An OperationResult object that represents the result of the operation.