Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the template that defines the behavior for populating the CollapsibleFormSection control.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<TemplateInstanceAttribute(TemplateInstance.Single)> _
<TemplateContainerAttribute(GetType(UserControl))> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Property Template_Controls As ITemplate
Get
Set
'Usage
Dim instance As CollapsibleFormSection
Dim value As ITemplate
value = instance.Template_Controls
instance.Template_Controls = value
[TemplateInstanceAttribute(TemplateInstance.Single)]
[TemplateContainerAttribute(typeof(UserControl))]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ITemplate Template_Controls { get; set; }
Property Value
Type: System.Web.UI.ITemplate