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!

TextMatchInfo.Group

[To be supplied.]

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

See Also

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