LinkSection.Template_Links Property

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

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