Gets an instance of the BaseSystemHistory class.

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

Syntax

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

See Also