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