ServiceVersionGetResponse Class
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.
The ServiceVersionGetResponse defines the message contract for the Service version check get response.
public ref class ServiceVersionGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class ServiceVersionGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type ServiceVersionGetResponse = class
inherit MessageResponse
Public Class ServiceVersionGetResponse
Inherits MessageResponse
- Inheritance
- Attributes
Constructors
ServiceVersionGetResponse() |
Initializes a new instance of the ServiceVersionGetResponse class. |
Properties
ApiContractVersion |
Specifies the MDS API's contract version number. This number increments differently than the assembly version found in Version |
OperationResult |
Specifies the operation result. (Inherited from MessageResponse) |
Version |
Specifies the version. |