ServiceClient.BusinessRulesUpdate(International, BusinessRules) 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 existing business rules.
public:
Microsoft::MasterDataServices::OperationResult ^ BusinessRulesUpdate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::BusinessRules ^ BusinessRuleSet);
public Microsoft.MasterDataServices.OperationResult BusinessRulesUpdate (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.BusinessRules BusinessRuleSet);
member this.BusinessRulesUpdate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.BusinessRules -> Microsoft.MasterDataServices.OperationResult
Public Function BusinessRulesUpdate (International As International, BusinessRuleSet As BusinessRules) As OperationResult
Parameters
- International
- International
The cultural settings.
- BusinessRuleSet
- BusinessRules
The set of business rules that is used for updating the existing business rules.
Returns
An OperationResult object that represents the result of the operation.