Path Property

MCManager API

Log directory path. This is where the log files will be stored.

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public string Path { get; set; }
Visual Basic (Declaration)
Public Property Path As String
Visual C++
public:
property String^ Path {
	String^ get ();
	void set (String^ value);
}

See Also