Gets or sets yemplates path.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual string TemplatesPath { get; set; }
Visual Basic
Public Overridable Property TemplatesPath As String
	Get
	Set
Visual C++
public:
virtual property String^ TemplatesPath {
	String^ get ();
	void set (String^ value);
}
F#
abstract TemplatesPath : string with get, set
override TemplatesPath : string with get, set

Property Value

Type: String

See Also