Gets or sets the description for the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Property Description As String
Dim instance As SPList
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
Property Value
A string that contains the description.