 | SyslogMessageMsgId Property |
Gets the message identifier.
Namespace: SyslogNet.ClientAssembly: SyslogNet.Client.Core (in SyslogNet.Client.Core.dll) Version: 0.4.0.0
Syntaxpublic string MsgId { get; }
Public ReadOnly Property MsgId As String
Get
public:
property String^ MsgId {
String^ get ();
}
member MsgId : string with get
Property Value
Type:
StringMessage identifier.
See Also