Share via


DelayFor.Hours property

Gets or sets the number of hours in the time interval for which the workflow instance pauses.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property Hours As InArgument(Of Double)
    Get
    Set
'Usage
Dim instance As DelayFor
Dim value As InArgument(Of Double)

value = instance.Hours

instance.Hours = value
[RequiredArgumentAttribute]
public InArgument<double> Hours { get; set; }

Property value

Type: System.Activities.InArgument<Double>

See also

Reference

DelayFor class

DelayFor members

Microsoft.SharePoint.WorkflowServices.Activities namespace