Gets all the space instances which forms the partition.

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()