[This is preliminary documentation and is subject to change.]
Set the path for message dumping. Must be an existing navigable path
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$dump-path")]
[ExternalParameterAttribute(new string[] { ... })]
public string DumpPath { get; set; }
[ConfigAttribute("$dump-path")]
[ExternalParameterAttribute(new string[] { ... })]
public string DumpPath { get; set; }
<ConfigAttribute("$dump-path")>
<ExternalParameterAttribute(New String() { ... })>
Public Property DumpPath As String
Get
Set
<ConfigAttribute("$dump-path")>
<ExternalParameterAttribute(New String() { ... })>
Public Property DumpPath As String
Get
Set
public:
[ConfigAttribute(L"$dump-path")]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property String^ DumpPath {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute(L"$dump-path")]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property String^ DumpPath {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute("$dump-path")>]
[<ExternalParameterAttribute(new string[] { ... })>]
member DumpPath : string with get, set
[<ConfigAttribute("$dump-path")>]
[<ExternalParameterAttribute(new string[] { ... })>]
member DumpPath : string with get, set
Property Value
Type:
String