FlowSwitch.Expression Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The expression to evaluate against the collection of Cases.
Namespace: System.Activities.Core
Assembly: System.Activities.Core (in System.Activities.Core.dll)
Syntax
'Declaration
Public Property Expression As WorkflowElement(Of Object)
Get
Set
'Usage
Dim instance As FlowSwitch
Dim value As WorkflowElement(Of Object)
value = instance.Expression
instance.Expression = value
public WorkflowElement<Object> Expression { get; set; }
public:
property WorkflowElement<Object^>^ Expression {
WorkflowElement<Object^>^ get ();
void set (WorkflowElement<Object^>^ value);
}
function get Expression () : WorkflowElement<Object>
function set Expression (value : WorkflowElement<Object>)
member Expression : WorkflowElement<Object> with get, set
Property Value
Type: System.Activities.WorkflowElement<Object>
The expression to evaluate.
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 4