| ClientChannelVersion Property |
Gets the implementation version of this channel.
Namespace:
OBCOM.NetSwitchLib.Clients
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public string Version { get; }
Public ReadOnly Property Version As String
Get
Property Value
Type:
String
A string with the implementation version.
Remarks
The syntax of the returned string consists of four positive decimal
integers separated by periods ".", for example "1.9.2042.25539".
These four integers represent the major, minor, build and private
version numbers, respectively.
See Also