  | AttributeFamilyTypeDefaultValue Property | 
                Gets and set the DefaultValue. If the DefaultValue is not defined
                for this AttributeType but a 
BaseClass exists, the DefaultValue
                of the BaseClass is returned.
            
 Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic override string DefaultValue { get; set; }Public Overrides Property DefaultValue As String
	Get
	Set
public:
virtual property String^ DefaultValue {
	String^ get () override;
	void set (String^ value) override;
}Property Value
String
See Also