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.RepeatsString

[To be supplied.]

[Visual Basic]
Public Property RepeatsString As String
[C#]
public string RepeatsString {get; set;}
[C++]
public: __property String* get_RepeatsString();
public: __property void set_RepeatsString(String*);
[JScript]
public function get RepeatsString() : String;
public function set RepeatsString(String);

See Also

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