Partager via


Propriété ServiceVersionGetResponse.ApiContractVersion

Gets or sets the version of the API contract.

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property ApiContractVersion As Integer 
    Get 
    Set
'Utilisation
Dim instance As ServiceVersionGetResponse 
Dim value As Integer 

value = instance.ApiContractVersion

instance.ApiContractVersion = value
[MessageBodyMemberAttribute]
public int ApiContractVersion { get; set; }
[MessageBodyMemberAttribute]
public:
property int ApiContractVersion {
    int get ();
    void set (int value);
}
[<MessageBodyMemberAttribute>]
member ApiContractVersion : int with get, set
function get ApiContractVersion () : int 
function set ApiContractVersion (value : int)

Valeur de propriété

Type : System.Int32
The version of the API contract.

Voir aussi

Référence

ServiceVersionGetResponse Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts