Share via


DelayFor.Days property

Gets or sets the number of days 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 Days As InArgument(Of Double)
    Get
    Set
'Usage
Dim instance As DelayFor
Dim value As InArgument(Of Double)

value = instance.Days

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

Property value

Type: System.Activities.InArgument<Double>

See also

Reference

DelayFor class

DelayFor members

Microsoft.SharePoint.WorkflowServices.Activities namespace