ServiceClient.IService.ServiceVersionGet(ServiceVersionGetRequest) 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 service version.
virtual Microsoft::MasterDataServices::ServiceVersionGetResponse ^ Microsoft.MasterDataServices.IService.ServiceVersionGet(Microsoft::MasterDataServices::ServiceVersionGetRequest ^ request) = Microsoft::MasterDataServices::IService::ServiceVersionGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.ServiceVersionGetResponse IService.ServiceVersionGet (Microsoft.MasterDataServices.ServiceVersionGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.ServiceVersionGet : Microsoft.MasterDataServices.ServiceVersionGetRequest -> Microsoft.MasterDataServices.ServiceVersionGetResponse
override this.Microsoft.MasterDataServices.IService.ServiceVersionGet : Microsoft.MasterDataServices.ServiceVersionGetRequest -> Microsoft.MasterDataServices.ServiceVersionGetResponse
Function ServiceVersionGet (request As ServiceVersionGetRequest) As ServiceVersionGetResponse Implements IService.ServiceVersionGet
Parameters
- request
- ServiceVersionGetRequest
The request to get the service version.
Returns
The ServiceVersionGetResponse for the operation.
Implements
- Attributes