LinkSection.Template_Links property

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

Syntax

'Declaration
<TemplateContainerAttribute(GetType(UserControl))> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<TemplateInstanceAttribute(TemplateInstance.Single)> _
Public Property Template_Links As ITemplate
    Get
    Set
'Usage
Dim instance As LinkSection
Dim value As ITemplate

value = instance.Template_Links

instance.Template_Links = value
[TemplateContainerAttribute(typeof(UserControl))]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TemplateInstanceAttribute(TemplateInstance.Single)]
public ITemplate Template_Links { get; set; }

Property value

Type: System.Web.UI.ITemplate

See also

Reference

LinkSection class

LinkSection members

Microsoft.SharePoint.WebControls namespace