Indicates the approvers for the request.
Namespace:
Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Visual Basic |
Dim instance As ApprovalActivity
Dim value As String
value = instance.Approvers
instance.Approvers = value
|
Syntax
Visual Basic |
Public Property Approvers As String
|
C# |
public string Approvers { get; set; }
|
C++ |
public:
property String^ Approvers {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
public String get_Approvers ()
/** @property */
public void set_Approvers (String value)
|
JScript |
public function get Approvers () : String
public function set Approvers (value : String)
|
Property Value
A
String that represents approvers for the activity. The
property can contain the
ObjectID attribute values of
Set objects,
Person objects, or lookup parameters,
all separated by commas.
Remarks
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