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:
Stringnull if the key does not map to any metadata; otherwise returns the string representing the metadata.
Exceptions See Also