[This is preliminary documentation and is subject to change.]
Namespace: NFX.Log.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public virtual string Path { get; set; }
[ConfigAttribute]
public virtual string Path { get; set; }
<ConfigAttribute>
Public Overridable Property Path As String
Get
Set
<ConfigAttribute>
Public Overridable Property Path As String
Get
Set
public:
[ConfigAttribute]
virtual property String^ Path {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute]
virtual property String^ Path {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute>]
abstract Path : string with get, set
[<ConfigAttribute>]
override Path : string with get, set
[<ConfigAttribute>]
abstract Path : string with get, set
[<ConfigAttribute>]
override Path : string with get, set
Property Value
Type:
String