Bing.SiteTitle Property

Gets or sets the title of the search tab.

Namespace:  Microsoft.Web.Helpers
Assembly:  Microsoft.Web.Helpers (in Microsoft.Web.Helpers.dll)

Syntax

'Declaration
Public Shared Property SiteTitle As String
    Get
    Set
'Usage
Dim value As String

value = Bing.SiteTitle

Bing.SiteTitle = value
public static string SiteTitle { get; set; }
public:
static property String^ SiteTitle {
    String^ get ();
    void set (String^ value);
}
static function get SiteTitle () : String
static function set SiteTitle (value : String)

Property Value

Type: System.String
Returns the title.

Remarks

If you use both the SiteTitle method and the SiteTitle property, the SiteTitle property can be used to set the title of the site results tab displayed after the user has submitted a search.

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

Bing Class

Microsoft.Web.Helpers Namespace