Share via


WebInformation.Description property

Gets the description for the site.

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

Syntax

'Declaration
Public ReadOnly Property Description As String
    Get
'Usage
Dim instance As WebInformation
Dim value As String

value = instance.Description
public string Description { get; }

Property value

Type: System.String
The description for the site.

See also

Reference

WebInformation class

WebInformation members

Microsoft.SharePoint.Client namespace