NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataListDesigner.TemplatesExist

Gets or sets whether or not templates associated to the designer currently exist.

[Visual Basic]
Protected ReadOnly Property TemplatesExist As Boolean
[C#]
protected bool TemplatesExist {get;}
[C++]
protected: __property bool get_TemplatesExist();
[JScript]
protected function get TemplatesExist() : Boolean;

Property Value

true if templates exist; otherwise false.

See Also

DataListDesigner Class | DataListDesigner Members | System.Web.UI.Design.WebControls Namespace