DiscoveryDocumentSearchPattern::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() override;
}

Property Value

Type: System::String^

The literal string "*.vsdisco".

The pattern "*.vsdisco" indicates a .vsdisco Web services discovery document extension. The DiscoveryDocumentLinksPattern class, on the other hand, indicates a .disco extension.

.NET Framework
Available since 1.1
Return to top
Show: