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