public StringList Contacts { get; set; }
Public Property Contacts As StringList Get Set
public: property StringList^ Contacts { StringList^ get (); void set (StringList^ value); }
member Contacts : StringList with get, set
In This Article