Gets a percentage value indicating how far the package creation has progressed so far.

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

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

See Also