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