public List<string>? Files { get; init; }
Public Property Files As List(Of String) Get Set
public: property List<String^>^ Files { List<String^>^ get (); void set (List<String^>^ value); }
member Files : List<string> with get, set
In This Article