GraphCondition.ExpressionTree Property
Namespace: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Property ExpressionTree As Expression
Get
Set
public Expression ExpressionTree { get; set; }
public:
property Expression^ ExpressionTree {
Expression^ get ();
void set (Expression^ value);
}
member ExpressionTree : Expression with get, set
function get ExpressionTree () : Expression
function set ExpressionTree (value : Expression)
Property Value
Type: System.Linq.Expressions.Expression
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.