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
Visual Basic |
Dim instance As FunctionActivity
Dim value As String
value = instance.Destination
instance.Destination = value
|
Syntax
Visual Basic |
Public Property Destination As String
|
C# |
public string Destination { get; set; }
|
C++ |
public:
property String^ Destination {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
public String get_Destination ()
/** @property */
public void set_Destination (String value)
|
JScript |
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
Target Platforms
Windows 2008 x64 Edition
See Also