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!

PatternMatcher.Match

[To be supplied.]

[Visual Basic]
Public Function Match( _
   ByVal text As String _
) As Object
[C#]
public object Match(
   string text
);
[C++]
public: Object* Match(
   String* text
);
[JScript]
public function Match(
   text : String
) : Object;

Parameters

text
[To be supplied.]

See Also

PatternMatcher Class | PatternMatcher Members | System.Web.Services.Protocols Namespace