public string HtmlText { get; set; }
Public Property HtmlText As String
Get
Set
public:
virtual property String^ HtmlText {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract HtmlText : string with get, set
override HtmlText : string with get, set