[This is preliminary documentation and is subject to change.]
Gets/Sets a structured parameter bag, this may be used for additional debug info like source file name, additional context etc.
Namespace: NFX.LogAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string Parameters { get; set; }
public string Parameters { get; set; }
Public Property Parameters As String
Get
Set
Public Property Parameters As String
Get
Set
public:
property String^ Parameters {
String^ get ();
void set (String^ value);
}
public:
property String^ Parameters {
String^ get ();
void set (String^ value);
}
member Parameters : string with get, set
member Parameters : string with get, set
Property Value
Type:
String