'Declaration Public Property Captions As String()
'Usage Dim instance As PushButton Dim value() As String instance.Captions = value value = instance.Captions
public string[] Captions {get; set;}
public: __property string*[]* get_Captions(); public: __property void set_Captions( string*[]* value );
public: property array<String^>^ Captions { array<String^>^ get(); void set ( array<String^>^ value); }