Gets the ID of the dimension for the DimensionState represented by this instance.

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

See Also