CalculatedAttributeExpressions Property |
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<CalculatedAttributeExpression> Expressions { get; }
Public ReadOnly Property Expressions As ChildCollection(Of CalculatedAttributeExpression)
Get
public:
property ChildCollection<CalculatedAttributeExpression^>^ Expressions {
ChildCollection<CalculatedAttributeExpression^>^ get ();
}
member Expressions : ChildCollection<CalculatedAttributeExpression> with get
Property Value
Type:
ChildCollectionCalculatedAttributeExpression
See Also