Share via


ApprovalActivity.ApprovalTimeout Property

Indicates the time that the approvers have to respond to the approval before it escalates or times out.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As ApprovalActivity
Dim value As TimeSpan

value = instance.ApprovalTimeout

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ApprovalTimeout As TimeSpan
[BrowsableAttribute(false)] 
public TimeSpan ApprovalTimeout { get; }
[BrowsableAttribute(false)] 
public:
property TimeSpan ApprovalTimeout {
    TimeSpan get ();
}
/** @property */
public TimeSpan get_ApprovalTimeout ()
public function get ApprovalTimeout () : TimeSpan

Property Value

A TimeSpan value.

Remarks

Indicates the time period after the Approval object is first created that the list of approvers has to respond to the approval. After the ApprovalTimeout interval is exceeded, if no additional approvers are specified by the Escalation property, the approval fails. If additional approvers are specified by the Escalation property, those approvers are added to the list of approvers. All approvers then have another ApprovalTimeout interval to respond to the approval.

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