Share via


SPWebApplication.SuiteBarBrandingElementHtml property

取得或設定SuiteBarBrandingElement控制項中顯示的 HTML 程式碼片段。

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

Syntax

'宣告
Public Property SuiteBarBrandingElementHtml As String
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As String

value = instance.SuiteBarBrandingElementHtml

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

Property value

Type: System.String
若要顯示的 HTML 程式碼片段。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace