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