ServiceClient.BusinessRulesPublish(International, BRPublishCriteria) 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.
Publishes the business rules with the given criteria.
public:
Microsoft::MasterDataServices::OperationResult ^ BusinessRulesPublish(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::BRPublishCriteria ^ BRPublishCriteria);
public Microsoft.MasterDataServices.OperationResult BusinessRulesPublish (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.BRPublishCriteria BRPublishCriteria);
member this.BusinessRulesPublish : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.BRPublishCriteria -> Microsoft.MasterDataServices.OperationResult
Public Function BusinessRulesPublish (International As International, BRPublishCriteria As BRPublishCriteria) As OperationResult
Parameters
- International
- International
The cultural settings.
- BRPublishCriteria
- BRPublishCriteria
The criteria that specifies the business rules to be published.
Returns
An OperationResult object that represents the result of the operation.