Gets the ID of the ICommandSource for which the URL is being constructed.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

See Also