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 Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal pattern As String _
)
[C#]
public MatchAttribute(
   string pattern
);
[C++]
public: MatchAttribute(
   String* pattern
);
[JScript]
public function MatchAttribute(
   pattern : String
);

Parameters

pattern
[To be supplied.]

See Also

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