Share via


LinkSection.Description Property

The description for a LinkSection Web control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property Description As String
    Get
    Set
'Usage
Dim instance As LinkSection
Dim value As String

value = instance.Description

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

Property Value

Type: System.String
Returns String.

Remarks

To set the displayed text for a LinkSection Web control, use the Title property.

See Also

Reference

LinkSection Class

LinkSection Members

Microsoft.SharePoint.WebControls Namespace