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)
Available in Sandboxed Solutions: No
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.