 | SyslogMessageAppName Property |
Gets the application name.
Namespace: SyslogNet.ClientAssembly: SyslogNet.Client.Core (in SyslogNet.Client.Core.dll) Version: 0.4.0.0
Syntaxpublic string AppName { get; }
Public ReadOnly Property AppName As String
Get
public:
property String^ AppName {
String^ get ();
}
member AppName : string with get
Property Value
Type:
StringApplication name.
See Also