ServiceVersionGetResponse.ApiContractVersion Property

Definition

Specifies the MDS API's contract version number. This number increments differently than the assembly version found in Version

public:
 property int ApiContractVersion { int get(); void set(int value); };
[System.ServiceModel.MessageBodyMember]
public int ApiContractVersion { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.ApiContractVersion : int with get, set
Public Property ApiContractVersion As Integer

Property Value

The MDS API's contract version number. This number increments differently than the assembly version found in Version.

Attributes

Applies to