FunctionActivity.FunctionExpression Property
Represents the expression that the FunctionActivity evaluates. Common value types for this property include: attributes on the Target object, functions, constant values, and lookup parameters.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)
Usage
'Usage
Dim instance As FunctionActivity
Dim value As String
value = instance.FunctionExpression
instance.FunctionExpression = value
Syntax
'Declaration
Public Property FunctionExpression As String
public string FunctionExpression { get; set; }
public:
property String^ FunctionExpression {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_FunctionExpression ()
/** @property */
public void set_FunctionExpression (String value)
public function get FunctionExpression () : String
public function set FunctionExpression (value : String)
Property Value
Gets and sets a String value that represents the function expression.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
FunctionActivity Class
FunctionActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace