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

Visual Basic
Dim instance As FunctionActivity
Dim value As String

value = instance.FunctionExpression

instance.FunctionExpression = value

Syntax

Visual Basic
Public Property FunctionExpression As String
C#
public string FunctionExpression { get; set; }
C++
public:
property String^ FunctionExpression {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
public String get_FunctionExpression ()

/** @property */
public void set_FunctionExpression (String value)
JScript
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

Target Platforms

Windows 2008 x64 Edition

See Also