Web.SiteLogoUrl property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property SiteLogoUrl As String
Get
Set
'Usage
Dim instance As Web
Dim value As String
value = instance.SiteLogoUrl
instance.SiteLogoUrl = value
public string SiteLogoUrl { get; set; }
Property value
Type: System.String