ServerChannelVersion Property |
Returns the implementation version of the ServerChannel.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public string Version { get; }
Public ReadOnly Property Version As String
Get
Return Value
Type:
StringThe implementation version of the ServerChannel.
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