SPWebApplication.SuiteBarBrandingElementHtml property

Gets or sets the HTML snippet to display in the SuiteBarBrandingElement control.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property SuiteBarBrandingElementHtml As String
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As String

value = instance.SuiteBarBrandingElementHtml

instance.SuiteBarBrandingElementHtml = value
public string SuiteBarBrandingElementHtml { get; set; }

Property value

Type: System.String
The HTML snippet to display.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace