public string[] Functions { get; set; }
Public Property Functions As String() Get Set
public: property array<String^>^ Functions { array<String^>^ get (); void set (array<String^>^ value); }