public string? Message { get; set; }Public Property Message As String
Get
Setpublic:
property String^ Message {
String^ get ();
void set (String^ value);
}member Message : string with get, setTo clear the provider message and make the icon disappear for the property, set this property to .
To skip setting any message, leaving the provider in the previous state, set the Cancel property to .