Gets all the space instances that are currently discovered that are part of this Space topology.

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