다음을 통해 공유


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 네임스페이스