Web.SiteLogoDescription property

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

Syntax

'Declaration
Public Property SiteLogoDescription As String
    Get
    Set
'Usage
Dim instance As Web
Dim value As String

value = instance.SiteLogoDescription

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

Property value

Type: System.String

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace