PasswordRecoveryDesigner.TemplateGroups Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of template groups, each containing one or more template definitions.
public:
 virtual property System::Web::UI::Design::TemplateGroupCollection ^ TemplateGroups { System::Web::UI::Design::TemplateGroupCollection ^ get(); };public override System.Web.UI.Design.TemplateGroupCollection TemplateGroups { get; }member this.TemplateGroups : System.Web.UI.Design.TemplateGroupCollectionPublic Overrides ReadOnly Property TemplateGroups As TemplateGroupCollectionProperty Value
A collection of TemplateGroup objects. The default is an empty TemplateGroupCollection.