Path for log files


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Property LogPath As String
    <CompilerGeneratedAttribute> Get
    <CompilerGeneratedAttribute> Set
End Property
C#
public string LogPath { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
C++
public property string LogPath sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_LogPath();

/** property */
public void set_LogPath(string value);
JScript
public CompilerGeneratedAttribute function get LogPath() : String

public CompilerGeneratedAttribute function set LogPath(value : String);

See Also