ServiceVersionGetResponse.ApiContractVersion Property
Gets or sets the version of the API contract.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property ApiContractVersion As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The version of the API contract.
See Also
Reference
ServiceVersionGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace