 | AttributeTypeTypeDefaultValue Property |
Gets and sets the DefaultValue element of this Attribute object. Use the
property
DefaultAttributeValue, to get or set the type encoded
default value according to the Attribute Data Type.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic virtual string DefaultValue { get; set; }
Public Overridable Property DefaultValue As String
Get
Set
public:
virtual property String^ DefaultValue {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also