Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the version.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property Version As Version
Get
Set
'Usage
Dim instance As ServiceVersionGetResponse
Dim value As Version
value = instance.Version
instance.Version = value
[MessageBodyMemberAttribute]
public Version Version { get; set; }
[MessageBodyMemberAttribute]
public:
property Version^ Version {
Version^ get ();
void set (Version^ value);
}
[<MessageBodyMemberAttribute>]
member Version : Version with get, set
function get Version () : Version
function set Version (value : Version)
Property Value
Type: System.Version
The version.
See Also
Reference
ServiceVersionGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace