public Contact[] Actors { get; set; }
Public Property Actors As Contact() Get Set
public: property array<Contact^>^ Actors { array<Contact^>^ get (); void set (array<Contact^>^ value); }
member Actors : Contact[] with get, set
In This Article