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!

Match.Empty

Returns an empty Match object.

[Visual Basic]
Public Shared ReadOnly Property Empty As Match
[C#]
public static Match Empty {get;}
[C++]
public: __property static Match* get_Empty();
[JScript]
public static function get Empty() : Match;

See Also

Match Class | Match Members | System.Text.RegularExpressions Namespace