 | AttributeTypeTypeDefaultAttributeValue Property |
Gets and set the encoded/decoded default attribute value according to the defined AttributeDataType.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic Object DefaultAttributeValue { get; set; }
Public Property DefaultAttributeValue As Object
Get
Set
public:
property Object^ DefaultAttributeValue {
Object^ get ();
void set (Object^ value);
}
Property Value
Object
See Also