ServiceClient.IService.BusinessRulesGet(BusinessRulesGetRequest) Method

Definition

Retrieves the business rules.

 virtual Microsoft::MasterDataServices::BusinessRulesGetResponse ^ Microsoft.MasterDataServices.IService.BusinessRulesGet(Microsoft::MasterDataServices::BusinessRulesGetRequest ^ request) = Microsoft::MasterDataServices::IService::BusinessRulesGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.BusinessRulesGetResponse IService.BusinessRulesGet (Microsoft.MasterDataServices.BusinessRulesGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.BusinessRulesGet : Microsoft.MasterDataServices.BusinessRulesGetRequest -> Microsoft.MasterDataServices.BusinessRulesGetResponse
override this.Microsoft.MasterDataServices.IService.BusinessRulesGet : Microsoft.MasterDataServices.BusinessRulesGetRequest -> Microsoft.MasterDataServices.BusinessRulesGetResponse
Function BusinessRulesGet (request As BusinessRulesGetRequest) As BusinessRulesGetResponse Implements IService.BusinessRulesGet

Parameters

request
BusinessRulesGetRequest

The get request.

Returns

The BusinessRulesGetResponse for the operation.

Implements

Attributes

Applies to