 | IStructuredDataElementParameters Property |
Gets the parameters.
Namespace: SyslogNet.ClientAssembly: SyslogNet.Client.Core (in SyslogNet.Client.Core.dll) Version: 0.4.0.0
SyntaxDictionary<string, string> Parameters { get; }
ReadOnly Property Parameters As Dictionary(Of String, String)
Get
property Dictionary<String^, String^>^ Parameters {
Dictionary<String^, String^>^ get ();
}
abstract Parameters : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
StringStructured data parameters.
See Also