public List<string>? ListPath { get; set; }Public Property ListPath As List(Of String)
Get
Setpublic:
property List<String^>^ ListPath {
List<String^>^ get ();
void set (List<String^>^ value);
}member ListPath : List<string> with get, set