SPWeb.SiteLogoUrl Property

Gets or sets the absolute URL of the Web site logo.

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
A string that contains the absolute URL of the Web site logo.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace