public string[] AcceptedFileTypes { get; set; }
Public Property AcceptedFileTypes As String()
public: property array<String^>^ AcceptedFileTypes { array<String^>^ get (); void set (array<String^>^ value); }