Gets the SystemData reference associated
with this instance.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public SystemData System { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property System As SystemData |
| Visual C++ |
|---|
public: property SystemData^ System { SystemData^ get (); } |