Gets the BarData object associated with this instance.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public BarData Bar { get; private set; }
Visual Basic (Declaration)
Public Property Bar As BarData
Visual C++
public:
property BarData^ Bar {
	BarData^ get ();
	void set (BarData^ value);
}

See Also