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
Visual Basic |
Dim instance As ApprovalActivity
Dim value As TimeSpan
value = instance.ApprovalTimeout
|
Syntax
Visual Basic |
<BrowsableAttribute(False)> _
Public ReadOnly Property ApprovalTimeout As TimeSpan
|
C# |
[BrowsableAttribute(false)]
public TimeSpan ApprovalTimeout { get; }
|
C++ |
[BrowsableAttribute(false)]
public:
property TimeSpan ApprovalTimeout {
TimeSpan get ();
}
|
J# |
/** @property */
public TimeSpan get_ApprovalTimeout ()
|
JScript |
public function get ApprovalTimeout () : TimeSpan
|
Property Value
A
TimeSpan value.
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