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!

HtmlFormElementInfo.Repeats

[To be supplied.]

[Visual Basic]
Public Property Repeats As Integer
[C#]
public int Repeats {get; set;}
[C++]
public: __property int get_Repeats();
public: __property void set_Repeats(int);
[JScript]
public function get Repeats() : int;
public function set Repeats(int);

See Also

HtmlFormElementInfo Class | HtmlFormElementInfo Members | System.Web.Services.Description Namespace