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.
Specifies the service version.
public:
Microsoft::MasterDataServices::Services::MessageContracts::ServiceVersionGetResponse ^ ServiceVersionGet(Microsoft::MasterDataServices::Services::MessageContracts::ServiceVersionGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.ServiceVersionGetResponse ServiceVersionGet (Microsoft.MasterDataServices.Services.MessageContracts.ServiceVersionGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member ServiceVersionGet : Microsoft.MasterDataServices.Services.MessageContracts.ServiceVersionGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.ServiceVersionGetResponse
Public Function ServiceVersionGet (request As ServiceVersionGetRequest) As ServiceVersionGetResponse
Parameters
- request
- ServiceVersionGetRequest
Returns
- Attributes
Remarks
The ServiceVersionGet(ServiceVersionGetRequest) operation retrives the service version.