Gets the ID that identifies this UrlManager.

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

Syntax

C#
public string ID { get; }
Visual Basic (Declaration)
Public ReadOnly Property ID As String
Visual C++
public:
property String^ ID {
	String^ get ();
}

See Also