Gets or sets the pattern to match in the input string.

Namespace:  Endeca.Web.Url.Seo.Formatting
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)

Syntax

C#
public string Pattern { get; set; }
Visual Basic (Declaration)
Public Property Pattern As String
Visual C++
public:
property String^ Pattern {
	String^ get ();
	void set (String^ value);
}

See Also