CalculatedDataAttributeExpression Property  | 
 
            Gets the calculated attribute expression.
            
 
    Namespace: 
   Aloe.SystemFrameworks.Domain
    Assembly:
   Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Func<DomainObject, Object> Expression { get; }Public ReadOnly Property Expression As Func(Of DomainObject, Object)
	Get
public:
property Func<DomainObject^, Object^>^ Expression {
	Func<DomainObject^, Object^>^ get ();
}member Expression : Func<DomainObject, Object> with get
Property Value
Type: 
FuncDomainObject, 
Object
            The expression.
            
See Also