Gets ExpressionBindingCollection expressions that are used by this element.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public ExpressionBindingCollection Expressions { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Expressions As ExpressionBindingCollection |
Visual C++ |
---|
public: property ExpressionBindingCollection^ Expressions { ExpressionBindingCollection^ get (); } |