 | StructuredDataElementParameters Property |
Gets the parameters.
Namespace: SyslogNet.ClientAssembly: SyslogNet.Client.Core (in SyslogNet.Client.Core.dll) Version: 0.4.0.0
Syntaxpublic IDictionary<string, string> Parameters { get; }
Public ReadOnly Property Parameters As IDictionary(Of String, String)
Get
public:
property IDictionary<String^, String^>^ Parameters {
IDictionary<String^, String^>^ get ();
}
member Parameters : IDictionary<string, string> with get
Property Value
Type:
IDictionaryString,
StringStructured data parameters.
See Also