Namespace: Semata.DataStore
Class: Item
Gets the value of an Attribute
public object GetAttributeByName(string name)
Parameters
Type | Name | Description |
string | name | Name of the AttributeType |
Returns: object
Errors
Errors cause a Platform::Exception to be thrown with the following HResult and Message
HResult | Message |
0x4002 | AttributeType does not exist |