LinkSection.Template_OtherControls property

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

Syntax

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

value = instance.Template_OtherControls

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

Property value

Type: System.Web.UI.ITemplate

See also

Reference

LinkSection class

LinkSection members

Microsoft.SharePoint.WebControls namespace