SPWeb.SiteLogoUrl Property

Gets or sets the absolute URL of the website logo.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property SiteLogoUrl As String
    Get
    Set
'Usage
Dim instance As SPWeb
Dim value As String

value = instance.SiteLogoUrl

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

Property Value

Type: System.String
A string that contains the absolute URL of the website logo.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace