 | IAttributeTableGetValue Method |
Returns the attribute with the specified key.
If no attribute is found, an exception is thrown.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
SyntaxObject GetValue(
Object attributeKey
)
Function GetValue (
attributeKey As Object
) As Object
Object^ GetValue(
Object^ attributeKey
)
abstract GetValue :
attributeKey : Object -> Object
Parameters
- attributeKey
- Type: SystemObject
Attribute key.
Return Value
Type:
Object Value of attribute with the specified key.
Exceptions
See Also