Gets all the ISpaceInstances running on the machine.

C# | Visual Basic | Visual C++ | J# |
IList<ISpaceInstance> SpaceInstances { get; }
ReadOnly Property SpaceInstances As IList(Of ISpaceInstance)
property IList<ISpaceInstance^>^ SpaceInstances { IList<ISpaceInstance^>^ get (); }
/** @property */ IList<ISpaceInstance> get_SpaceInstances()