Property Key
| Improve this Doc View SourceKey
Gets the key which uniquely identifies the addon in the AddonBag.
Declaration
object Key { get; }
Property Value
Type | Description |
---|---|
System.Object |
Remarks
Implementors should return immutable, non null value. Add addon objects with the same key into AddonBag will throw an exception.