[This is preliminary documentation and is subject to change.]

Gets or sets path, where is file saved and load from. Value is automaticly converted into fullpath.

Namespace:  Phoenix.Configuration
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

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

See Also