ApprovalActivity.RequestTimedOut Property
Indicates whether the request has timed out.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)
Usage
'Usage
Dim instance As ApprovalActivity
Dim value As Boolean
value = instance.RequestTimedOut
instance.RequestTimedOut = value
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property RequestTimedOut As Boolean
[BrowsableAttribute(false)]
public bool RequestTimedOut { get; set; }
[BrowsableAttribute(false)]
public:
property bool RequestTimedOut {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_RequestTimedOut ()
/** @property */
public void set_RequestTimedOut (boolean value)
public function get RequestTimedOut () : boolean
public function set RequestTimedOut (value : boolean)
Property Value
A Boolean value that indicates whether the request timed out. After the request times out, the approvers specified by the Escalation property are added to the list of approvers.
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