 | AttributeTableItem Property |
Gets or sets the attribute with the specified key.
If no attribute is found when it should be returned, an exception is thrown.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic Object this[
Object attributeKey
] { get; set; }
Public Default Property Item (
attributeKey As Object
) As Object
Get
Set
public:
virtual property Object^ default[Object^ attributeKey] {
Object^ get (Object^ attributeKey) sealed;
void set (Object^ attributeKey, Object^ value) sealed;
}
abstract Item : Object with get, set
override Item : Object with get, set
Parameters
- attributeKey
- Type: SystemObject
Attribute key.
Return Value
Type:
Object Value of attribute with the specified key.
Implements
IAttributeTableItemObject
See Also