Partilhar via


Propriedade do RDL ServiceVersionGetResponse.ApiContractVersion

Gets or sets the version of the API contract.

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

Sintaxe

'Declaração
<MessageBodyMemberAttribute> _
Public Property ApiContractVersion As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

ServiceVersionGetResponse Classe

Namespace Microsoft.MasterDataServices.Services.MessageContracts