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