Contains a list of users, sets or lookup parameters that will be
resolved at runtime. This API is currently not supported.
Namespace:
Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Syntax
Visual Basic |
Public Property To As String
|
C# |
public string To { get; set; }
|
C++ |
public:
property String^ To {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
public String get_To ()
/** @property */
public void set_To (String value)
|
JScript |
public function get To () : String
public function set To (value : String)
|
Property Value
Returns
String.
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