 | IAttributeValueTypeItem Property |
Gets and sets the attribute value for the named attribute using the decoding and encoding methods of
CaexValue.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxObject this[
string attributeName
] { get; set; }
Default Property Item (
attributeName As String
) As Object
Get
Set
property Object^ default[String^ attributeName] {
Object^ get (String^ attributeName);
void set (String^ attributeName, Object^ value);
}
Parameters
- attributeName String
Property Value
Object
See Also