Gets or sets the name of MasterPage for this template.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also