MessageBoxData.Message Property

MessageBoxDataMessage Property

The message that has been displayed in the dialog box.

Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string Message { get; }
Public ReadOnly Property Message As String
	Get
public:
property String^ Message {
	String^ get ();
}
member Message : string with get

Property Value

String
See Also