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