LinkSection.Template_OtherControls Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<TemplateContainerAttribute(GetType(UserControl))> _
<TemplateInstanceAttribute(TemplateInstance.Single)> _
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
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TemplateContainerAttribute(typeof(UserControl))]
[TemplateInstanceAttribute(TemplateInstance.Single)]
public ITemplate Template_OtherControls { get; set; }
Property Value
Type: System.Web.UI.ITemplate