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