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 title of the template.
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_Title As ITemplate
Get
Set
'Usage
Dim instance As CollapsibleFormSection
Dim value As ITemplate
value = instance.Template_Title
instance.Template_Title = value
[TemplateInstanceAttribute(TemplateInstance.Single)]
[TemplateContainerAttribute(typeof(UserControl))]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ITemplate Template_Title { get; set; }
Property Value
Type: System.Web.UI.ITemplate