ServiceClient.IService.StagingNameCheck(StagingNameCheckRequest) 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.
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