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 the RenderingTemplate control represents.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<TemplateContainerAttribute(GetType(RenderingTemplateContainer))> _
Public Property Template As ITemplate
Get
Set
'Usage
Dim instance As RenderingTemplate
Dim value As ITemplate
value = instance.Template
instance.Template = value
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TemplateContainerAttribute(typeof(RenderingTemplateContainer))]
public ITemplate Template { get; set; }
Property Value
Type: System.Web.UI.ITemplate
Remarks
An ITemplate object that enables the RenderingTemplate control to serve as a template.