Click or drag to resize

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; }

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
See Also