ServiceVersionGetResponse Class
The ServiceVersionGetResponse defines the message contract for the Service version check get response.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.MessageContracts::MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts::ServiceVersionGetResponse
| Name | Description | |
|---|---|---|
![]() | ServiceVersionGetResponse() | Initializes a new instance of the ServiceVersionGetResponse class. |
| Name | Description | |
|---|---|---|
![]() | ApiContractVersion | Gets or sets 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 | Gets or sets the version. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


