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