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.