 | SyslogRfc5424MessageSerializersdNameDisallowedChars Field |
Note: This API is now obsolete.
SD-NAME disallowed characters.
Namespace: SyslogNet.Client.SerializationAssembly: SyslogNet.Client.Serialization (in SyslogNet.Client.Serialization.dll) Version: 0.4.0.0
Syntax[ObsoleteAttribute("This field will be removed in a future version.")]
public static readonly HashSet<char> sdNameDisallowedChars
<ObsoleteAttribute("This field will be removed in a future version.")>
Public Shared ReadOnly sdNameDisallowedChars As HashSet(Of Char)
public:
[ObsoleteAttribute(L"This field will be removed in a future version.")]
static initonly HashSet<wchar_t>^ sdNameDisallowedChars
[<ObsoleteAttribute("This field will be removed in a future version.")>]
static val sdNameDisallowedChars: HashSet<char>
Field Value
Type:
HashSetChar
RemarksThis field is obsolete and will be removed in a future version.
See Also