A number between 0 and 100 that represents the percentage of completion of this item.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
int PercentComplete { get; set; }
Visual Basic
Property PercentComplete As Integer
	Get
	Set
Visual C++
property int PercentComplete {
	int get ();
	void set (int value);
}

See Also