ServiceVersionGetResponse.ApiContractVersion Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the version of the API contract.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Property Value

Type: System.Int32

The version of the API contract.

See Also

ServiceVersionGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top