Root path for serving local documents for errors etc.
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <XmlAttributeAttribute("DocPath")> Public Property DocPath As String <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| [XmlAttributeAttribute("DocPath")] public string DocPath { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| [XmlAttributeAttribute(L"DocPath")] public property string DocPath sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute XmlAttributeAttribute("DocPath") */ /** property */ public string get_DocPath(); /** property */ public void set_DocPath(string value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get DocPath() : String public CompilerGeneratedAttribute function set DocPath(value : String); |