SPList Properties


SPList.Description Property (Microsoft.SharePoint)
Gets or sets the description for the list.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Property Description As String
Visual Basic (Usage)
Dim instance As SPList
Dim value As String

value = instance.Description

instance.Description = value
C#
public string Description { get; set; }

Property Value

A string that contains the description.
See Also

Tags :


Page view tracker