 | OrdinalScaledTypeTypeItem Property |
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic Object this[
string attributeName
] { get; set; }
Public Default Property Item (
attributeName As String
) As Object
Get
Set
public:
virtual property Object^ default[String^ attributeName] {
Object^ get (String^ attributeName) sealed;
void set (String^ attributeName, Object^ value) sealed;
}
Parameters
- attributeName String
- the name of the attribute
Return Value
ObjectA type based object
Implements
IAttributeValueTypeItemString
See Also