Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the version of the API contract.
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property ApiContractVersion As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Int32
The version of the API contract.
Vedere anche
Riferimento
ServiceVersionGetResponse Classe
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts