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