The names of the templates contained within the frame.
[Visual Basic] Public ReadOnly Property TemplateNames As String () [C#] public string[] TemplateNames {get;} [C++] public: __property String* get_TemplateNames(); [JScript] public function get TemplateNames() : String[];
An array of type string where each string contains the name of a template contained within the frame.
TemplateEditingFrame Class | TemplateEditingFrame Members | System.Web.UI.Design Namespace