TemplatePicker.UseParentWebTemplates Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UseParentWebTemplates As Boolean
Get
Set
'Usage
Dim instance As TemplatePicker
Dim value As Boolean
value = instance.UseParentWebTemplates
instance.UseParentWebTemplates = value
public bool UseParentWebTemplates { get; set; }
Property Value
Type: System.Boolean