 | AttributeTypeTypeAttributeValue Property |
Gets and set the encoded/decoded attribute value according to the defined AttributeDataType.
If no AtttibuteDatatype is defined the type is set
according to the
ClrToXmlType(Type) result.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic Object AttributeValue { get; set; }
Public Property AttributeValue As Object
Get
Set
public:
property Object^ AttributeValue {
Object^ get ();
void set (Object^ value);
}
Property Value
Object
See Also