DiscoverySearchPattern::Pattern Property

 

Gets the file name pattern to use as a search target.

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

public:
property String^ Pattern {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

A file name pattern.

The pattern typically specifies a file name extension, for example, .disco or .asmx.

.NET Framework
Available since 1.1
Return to top
Show: