SPWorkflowTaskProperties.PercentComplete property

Gets or sets the percentage of the task that is complete.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property PercentComplete As Single
    Get
    Set
'Usage
Dim instance As SPWorkflowTaskProperties
Dim value As Single

value = instance.PercentComplete

instance.PercentComplete = value
public float PercentComplete { get; set; }

Property value

Type: System.Single

See also

Reference

SPWorkflowTaskProperties class

SPWorkflowTaskProperties members

Microsoft.SharePoint.Workflow namespace