Service.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.
Gets the version of the Service instance.
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::ServiceVersionGetResponse ^ ServiceVersionGet(Microsoft::MasterDataServices::Services::MessageContracts::ServiceVersionGetRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.ServiceVersionGetResponse ServiceVersionGet (Microsoft.MasterDataServices.Services.MessageContracts.ServiceVersionGetRequest request);
abstract member ServiceVersionGet : Microsoft.MasterDataServices.Services.MessageContracts.ServiceVersionGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.ServiceVersionGetResponse
override this.ServiceVersionGet : Microsoft.MasterDataServices.Services.MessageContracts.ServiceVersionGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.ServiceVersionGetResponse
Public Function ServiceVersionGet (request As ServiceVersionGetRequest) As ServiceVersionGetResponse
Parameters
- request
- ServiceVersionGetRequest
The ServiceVersionGetRequest object.
Returns
The ServiceVersionGetResponse object.