[CanBeNullAttribute]
public string DisplayText { get; set; }<CanBeNullAttribute>
Public Property DisplayText As String
Get
Setpublic:
[CanBeNullAttribute]
property String^ DisplayText {
String^ get ();
void set (String^ value);
}[<CanBeNullAttribute>]
member DisplayText : string with get, set