[This is preliminary documentation and is subject to change.]
Namespace: NFX.Log.SyslogAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$host")]
public string Host { get; set; }
[ConfigAttribute("$host")]
public string Host { get; set; }
<ConfigAttribute("$host")>
Public Property Host As String
Get
Set
<ConfigAttribute("$host")>
Public Property Host As String
Get
Set
public:
[ConfigAttribute(L"$host")]
property String^ Host {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute(L"$host")]
property String^ Host {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute("$host")>]
member Host : string with get, set
[<ConfigAttribute("$host")>]
member Host : string with get, set
Property Value
Type:
String