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