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

Returns the title string to be shown on the title bar of the browser

Namespace: OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer.dll)
Version: 7.3.2.0

Syntax

C#
public static string TitleString{ get;}
Visual Basic (Declaration)
Public Shared ReadOnly Property TitleString As String
Visual C++
public:
static property String^ TitleString {
	String^ get ();
}

See Also