LinkSection.Links property

A collection of links that are contained within a LinkSection Web control.

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

Syntax

'Declaration
Public ReadOnly Property Links As Control
    Get
'Usage
Dim instance As LinkSection
Dim value As Control

value = instance.Links
public Control Links { get; }

Property value

Type: System.Web.UI.Control
Returns RptControls.

Remarks

Use the Title property to set the text displayed for a LinkSection Web control. Use the Description property to set the description for a LinkSection Web control.

See also

Reference

LinkSection class

LinkSection members

Microsoft.SharePoint.WebControls namespace