BasePath Property

MCManager API

..

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

Syntax

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

See Also