共用方式為


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 命名空間