TemplateGroup::Templates Property

 

Gets an array of all template definitions in the group.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property array<TemplateDefinition^>^ Templates {
	array<TemplateDefinition^>^ get();
}

Property Value

Type: array<System.Web.UI.Design::TemplateDefinition^>^

An array of TemplateDefinition objects.

.NET Framework
Available since 2.0
Return to top
Show: