public string[] Curve { get; set; }
Public Property Curve As String() Get Set
public: property array<String^>^ Curve { array<String^>^ get (); void set (array<String^>^ value); }
member Curve : string[] with get, set
In This Article