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

Usage

Visual Basic
Dim instance As PWResetActivity
Dim value As TimeSpan

value = instance.RemainingTimeoutDuration

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property RemainingTimeoutDuration As TimeSpan
C#
[BrowsableAttribute(false)] 
public TimeSpan RemainingTimeoutDuration { get; }
C++
[BrowsableAttribute(false)] 
public:
property TimeSpan RemainingTimeoutDuration {
		TimeSpan get ();
}
J#
/** @property */
public TimeSpan get_RemainingTimeoutDuration ()
JScript
public function get RemainingTimeoutDuration () : TimeSpan

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