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