 | CaexValueValue Property |
Gets and sets the value attribute using the type specific XML conversion method. If no AttributeDataType is
defined,
the value is encoded / decoded as it is.
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic Object Value { get; set; }
Public Property Value As Object
Get
Set
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
Property Value
Object
See Also