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