public StorableObject[] StorableObjects {get; set;}
public: property array<StorableObject^>^ StorableObjects { array<StorableObject^>^ get(); void set ( array<StorableObject^>^ value); }
public StorableObject[] StorableObjects {get; set;}
public: property array<StorableObject^>^ StorableObjects { array<StorableObject^>^ get(); void set ( array<StorableObject^>^ value); }
Exception | Description |
---|---|
System.ArgumentException | Thrown while setting when collection contains objects from more then one project. |