[This is preliminary documentation and is subject to change.]
Provides mnemonic destination name
Namespace: NFX.Log.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$name", "Un-named log destination")]
public string Name { get; set; }
[ConfigAttribute("$name", "Un-named log destination")]
public string Name { get; set; }
<ConfigAttribute("$name", "Un-named log destination")>
Public Property Name As String
Get
Set
<ConfigAttribute("$name", "Un-named log destination")>
Public Property Name As String
Get
Set
public:
[ConfigAttribute(L"$name", L"Un-named log destination")]
property String^ Name {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute(L"$name", L"Un-named log destination")]
property String^ Name {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute("$name", "Un-named log destination")>]
member Name : string with get, set
[<ConfigAttribute("$name", "Un-named log destination")>]
member Name : string with get, set
Property Value
Type:
String