FunctionActivity.Destination Property
The destination of the calculated value expressed in a lookup parameter syntax.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)
Usage
'Usage
Dim instance As FunctionActivity
Dim value As String
value = instance.Destination
instance.Destination = value
Syntax
'Declaration
Public Property Destination As String
public string Destination { get; set; }
public:
property String^ Destination {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Destination ()
/** @property */
public void set_Destination (String value)
public function get Destination () : String
public function set Destination (value : String)
Property Value
Gets and sets a String value that stores the calculated value in lookup parameter syntax.
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