Indicates whether the request has timed out.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ApprovalActivity
Dim value As Boolean

value = instance.RequestTimedOut

instance.RequestTimedOut = value

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property RequestTimedOut As Boolean
C#
[BrowsableAttribute(false)] 
public bool RequestTimedOut { get; set; }
C++
[BrowsableAttribute(false)] 
public:
property bool RequestTimedOut {
		bool get ();
		void set (bool value);
}
J#
/** @property */
public boolean get_RequestTimedOut ()

/** @property */
public void set_RequestTimedOut (boolean value)
JScript
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

Target Platforms

Windows 2008 x64 Edition

See Also