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!

BaseDataListDesigner.Verbs

The designer's collection of verbs.

[Visual Basic]
Overridable Public ReadOnly Property Verbs As DesignerVerb ()
[C#]
public DesignerVerb[] Verbs {override get;}
[C++]
public: __property virtual DesignerVerb* get_Verbs();
[JScript]
public function get Verbs() : DesignerVerb[];

Property Value

An array of type DesignerVerb containing the verbs available to the designer.

See Also

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