ApprovalActivity.IsApproved Property
Indicates whether the approval request has been approved.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)
Usage
'Usage
Dim instance As ApprovalActivity
Dim value As Nullable(Of Boolean)
value = instance.IsApproved
instance.IsApproved = value
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property IsApproved As Nullable(Of Boolean)
[BrowsableAttribute(false)]
public Nullable<bool> IsApproved { get; set; }
[BrowsableAttribute(false)]
public:
property Nullable<bool> IsApproved {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_IsApproved ()
/** @property */
public void set_IsApproved (Nullable<boolean> value)
public function get IsApproved () : Nullable<boolean>
public function set IsApproved (value : Nullable<boolean>)
Property Value
A Nullable value that indicates whether the Request that is associated with the ApprovalActivity has been approved.
Remarks
This value is set after the Threshold value has been reached and validation has been passed.
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
ApprovalActivity Class
ApprovalActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace
ApprovalActivity