IAttributeExpressionsLateDefault Property |
Gets the late default expression.
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxIAttributeExpression LateDefault { get; }
ReadOnly Property LateDefault As IAttributeExpression
Get
property IAttributeExpression^ LateDefault {
IAttributeExpression^ get ();
}
abstract LateDefault : IAttributeExpression with get
Property Value
Type:
IAttributeExpression
The late default expression.
See Also