TemplateGroup.Templates Property
.NET Framework 3.0
Gets an array of all template definitions in the group.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: property array<TemplateDefinition^>^ Templates { array<TemplateDefinition^>^ get (); }
/** @property */ public TemplateDefinition[] get_Templates ()
public function get Templates () : TemplateDefinition[]
Not applicable.
Property Value
An array of TemplateDefinition objects.Community Additions
ADD
Show: