SPWeb.SiteLogoUrl property

Gets or sets the absolute URL of the website logo.

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

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