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

The page title for the extranet home page

Namespace:  OfficeClip.BusinessLayer.Extranet
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also