XmlSchemaSearchPattern::Pattern Property

 
Use BaseTrue

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 "*.xsd".

The pattern "*.xsd" indicates an XML Schema document extension.

.NET Framework
Available since 1.1
Return to top
Show: