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 content template for populating the LanguageSpecificContent control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<TemplateInstanceAttribute(TemplateInstance.Single)> _
<TemplateContainerAttribute(GetType(LanguageSpecificContent))> _
Public Property ContentTemplate As ITemplate
Get
Set
'Usage
Dim instance As LanguageSpecificContent
Dim value As ITemplate
value = instance.ContentTemplate
instance.ContentTemplate = value
[TemplateInstanceAttribute(TemplateInstance.Single)]
[TemplateContainerAttribute(typeof(LanguageSpecificContent))]
public ITemplate ContentTemplate { get; set; }
Property value
Type: System.Web.UI.ITemplate
ITemplate
The content template of the control.