Gets or sets the text with which to replaces instances of the matched Pattern.

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 Replacement { get; set; }
Visual Basic (Declaration)
Public Property Replacement As String
Visual C++
public:
property String^ Replacement {
	String^ get ();
	void set (String^ value);
}

See Also