Gets the SystemData instance.

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

Syntax

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

See Also