Gets a value indicating the type of URL that is being generated.

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

Syntax

C#
public TagCloudUrlType UrlType { get; }
Visual Basic (Declaration)
Public ReadOnly Property UrlType As TagCloudUrlType
Visual C++
public:
property TagCloudUrlType UrlType {
	TagCloudUrlType get ();
}

See Also