MatchAttribute Constructor (String)

 

Initializes a new instance of the MatchAttribute class with the specified pattern.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

new : 
        pattern:string -> MatchAttribute

Parameters

pattern
Type: System.String

A string that represents the pattern to match.

Use this constructor to create and initialize a new instance of the MatchAttribute class using the specified pattern.

The following table shows the initial property value for an instance of MatchAttribute.

Property

Initial Value

Pattern

The value of the pattern parameter.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: