Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the version of the API contract.
Espacio de nombres: Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.Int32
The version of the API contract.
Vea también
Referencia
ServiceVersionGetResponse Clase
Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts