[This is preliminary documentation and is subject to change.]
The bowser title that is shown at the top frame of the browser window
Namespace:
OfficeClip.BusinessLayer.ExtranetAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string BrowserTitle { get; set; } |
Visual Basic (Declaration) |
---|
Public Property BrowserTitle As String |
Visual C++ |
---|
public: property String^ BrowserTitle { String^ get (); void set (String^ value); } |