NotificationMessage Property  | 
 
            The message of the notification. The message is shown only when the instance is displayed modally. It should contain details about the notification.
            
 
    Namespace: 
   Rhino.Runtime.Notifications
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic string Message { get; set; }Public Property Message As String
	Get
	Set
Property Value
Type: 
String
Exceptions
See Also