SPWebInfo.Description property

Description of the SharePoint Web site.

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

Syntax

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

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

Property value

Type: System.String
A String (text string) Web description.

See also

Reference

SPWebInfo class

SPWebInfo members

Microsoft.SharePoint namespace