Gets or sets a part template ('Default' is default template name).

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

Syntax

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

Property Value

Type: String

See Also