Свойство ServiceVersionGetResponse.ApiContractVersion
Gets or sets the version of the API contract.
Пространство имен: Microsoft.MasterDataServices.Services.MessageContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<MessageBodyMemberAttribute> _
Public Property ApiContractVersion As Integer
Get
Set
'Применение
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)
Значение свойства
Тип: System.Int32
The version of the API contract.
См. также
Справочник
ServiceVersionGetResponse Класс
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts