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