IDataAttributeDefaultValue Property |
Gets the default value of the attribute.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxDefaultValue DefaultValue { get; }
ReadOnly Property DefaultValue As DefaultValue
Get
property DefaultValue^ DefaultValue {
DefaultValue^ get ();
}
abstract DefaultValue : DefaultValue with get
Property Value
Type:
DefaultValue
The default value.
See Also