ServiceClient.BusinessRulesGet 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.
Retrieves the business rules with the given criteria.
public:
Microsoft::MasterDataServices::BusinessRules ^ BusinessRulesGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::BRGetCriteria ^ GetCriteria, Microsoft::MasterDataServices::BRResultOptions ^ ResultOptions, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public Microsoft.MasterDataServices.BusinessRules BusinessRulesGet (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.BRGetCriteria GetCriteria, Microsoft.MasterDataServices.BRResultOptions ResultOptions, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.BusinessRulesGet : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.BRGetCriteria * Microsoft.MasterDataServices.BRResultOptions * OperationResult -> Microsoft.MasterDataServices.BusinessRules
Public Function BusinessRulesGet (International As International, GetCriteria As BRGetCriteria, ResultOptions As BRResultOptions, ByRef OperationResult As OperationResult) As BusinessRules
Parameters
- International
- International
The cultural settings.
- GetCriteria
- BRGetCriteria
The data contract that specifies the criteria of business rules to be retrieved.
- ResultOptions
- BRResultOptions
The options that specifies the level of details the model object to contain.
- OperationResult
- OperationResult
When this method returns, contains the operation result. This parameter is passed uninitialized.
Returns
The BusinessRules with the given criteria.