Notification.Description Property

NotificationDescription Property

The description of the notification. The description is displayed in the Notifications panel in Rhino.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public string Description { get; set; }
Public Property Description As String
	Get
	Set

Property Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the calling assembly cannot modify this instance
Version Information

Rhino for Windows

Supported in: 6.14
See Also