Gets the BarConstructionType enumeration associated with this instance.

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

Syntax

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

See Also