ServiceClient.IService.ValidationGet(ValidationGetRequest) 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.
Gets the validation issues for the given criteria.
virtual Microsoft::MasterDataServices::ValidationGetResponse ^ Microsoft.MasterDataServices.IService.ValidationGet(Microsoft::MasterDataServices::ValidationGetRequest ^ request) = Microsoft::MasterDataServices::IService::ValidationGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.ValidationGetResponse IService.ValidationGet (Microsoft.MasterDataServices.ValidationGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.ValidationGet : Microsoft.MasterDataServices.ValidationGetRequest -> Microsoft.MasterDataServices.ValidationGetResponse
override this.Microsoft.MasterDataServices.IService.ValidationGet : Microsoft.MasterDataServices.ValidationGetRequest -> Microsoft.MasterDataServices.ValidationGetResponse
Function ValidationGet (request As ValidationGetRequest) As ValidationGetResponse Implements IService.ValidationGet
Parameters
- request
- ValidationGetRequest
The validation get request.
Returns
The ValidationGetResponse object that holds the response for the validation get request.
Implements
- Attributes