 | SyslogMessageVersion Property |
Gets the protocol version.
Namespace: SyslogNet.ClientAssembly: SyslogNet.Client.Core (in SyslogNet.Client.Core.dll) Version: 0.4.0.0
Syntaxpublic int Version { get; }
Public ReadOnly Property Version As Integer
Get
public:
property int Version {
int get ();
}
member Version : int with get
Property Value
Type:
Int32syslog protocol version.
See Also