List Property
See Also 
SourceCode.Workflow.Design.SimpleRules Namespace > MathimaticalExpression Class : List Property



Glossary Item Box

Gets or sets the list.

Syntax

Visual Basic (Declaration) 
Public Property List As Expression
Visual Basic (Usage)Copy Code
Dim instance As MathimaticalExpression
Dim value As Expression
 
instance.List = value
 
value = instance.List
C# 
public Expression List {get; set;}
C++/CLI 
public:
property Expression^ List {
   Expression^ get();
   void set (    Expression^ value);
}

Property Value

The list to perform mathimatical operations on.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also