ServiceVersionGetResponse Class

Definition

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
ServiceVersionGetResponse
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.

Applies to

See also