Click or drag to resize

AttributeTypeTypeItem Property

Gets the type-decoded value and sets the type-encoded value for the value attribute with the defined name. The allowed Names are ATTRIBUTE_VALUE_STRING and ATTRIBUTE_DEFAULTVALUE_STRING.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public Object this[
	string attributeName
] { get; set; }

Parameters

attributeName  String
The attribute name

Property Value

Object

Implements

IAttributeValueTypeItemString
See Also