ServiceClient.IService.StagingNameCheck(StagingNameCheckRequest) Method

Definition

Checks the staging name to see if the name is unique or the name is already used.

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

Parameters

request
StagingNameCheckRequest

The check request.

Returns

The StagingNameCheckResponse for the operation.

Implements

Attributes

Applies to