Notification.Item Property

NotificationItem Property

Gets or sets metadata for this instance.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public string this[
	string key
] { get; set; }
Public Default Property Item ( 
	key As String
) As String
	Get
	Set

Parameters

key
Type: SystemString
The key to use to get or set metadata.

Return Value

Type: String
null if the key does not map to any metadata; otherwise returns the string representing the metadata.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the calling assembly cannot modify this instance
Version Information

Rhino for Windows

Supported in: 6.14
See Also