Click or drag to resize
HierarchicalAttributeTableItem Property
Gets or sets the attribute with the specified key. If the key is looked up and can't be found, the parents of this are checked, in order. If no attribute is found when it should be returned, an exception is thrown.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public Object this[
	Object key
] { get; set; }

Parameters

key
Type: SystemObject
Attribute key.

Return Value

Type: Object
Value of attribute with the specified key.

Implements

IAttributeTableItemObject
Exceptions
ExceptionCondition
KeyNotFoundExceptionIf the key is looked up and can't be found in this table or any parents.
See Also