_TaskItem.PercentComplete Property

Returns or sets an Integer (int in C#) value indicating the percentage of the task completed at the current date and time. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property PercentComplete As Integer
    Get
    Set
'Usage
Dim instance As _TaskItem
Dim value As Integer

value = instance.PercentComplete

instance.PercentComplete = value
[DispIdAttribute()]
int PercentComplete { get; set; }

Property Value

Type: System.Int32

See Also

Reference

_TaskItem Interface

_TaskItem Members

Microsoft.Office.Interop.Outlook Namespace