共用方式為


SPWeb.SiteLogoUrl property

取得或設定網站標誌的絕對 URL。

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

Syntax

'宣告
Public Property SiteLogoUrl As String
    Get
    Set
'用途
Dim instance As SPWeb
Dim value As String

value = instance.SiteLogoUrl

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

Property value

Type: System.String
字串,包含網站標誌的絕對 URL。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace