[This is preliminary documentation and is subject to change.]
Human readabele cancel reason reported to source of the event"
Namespace: Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public virtual string CancelMessage { get; set; } |
| Visual Basic |
|---|
Public Overridable Property CancelMessage As String
Get
Set |
| Visual C++ |
|---|
public:
virtual property String^ CancelMessage {
String^ get ();
void set (String^ value);
} |
| F# |
|---|
abstract CancelMessage : string with get, set
override CancelMessage : string with get, set |
| JScript |
|---|
function get CancelMessage () : String
function set CancelMessage (value : String) |
See Also