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!

MatchAttribute.Pattern

[To be supplied.]

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

See Also

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