public List<string> ActivationKeysToAdd { get; set; }
Public Property ActivationKeysToAdd As List(Of String) Get Set
public: property List<String^>^ ActivationKeysToAdd { List<String^>^ get (); void set (List<String^>^ value); }