W3C log format specifier
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <XmlElementAttribute("LogFormat")> Public Property LogFormat As String <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| [XmlElementAttribute("LogFormat")] public string LogFormat { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| [XmlElementAttribute(L"LogFormat")] public property string LogFormat sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute XmlElementAttribute("LogFormat") */ /** property */ public string get_LogFormat(); /** property */ public void set_LogFormat(string value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get LogFormat() : String public CompilerGeneratedAttribute function set LogFormat(value : String); |