The message that has been displayed in the dialog box.
Namespace: Autodesk.Revit.UI.EventsAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public string Message { get; } |
Visual Basic |
---|
Public ReadOnly Property Message As String
Get |
Visual C++ |
---|
public:
property String^ Message {
String^ get ();
} |
See Also