 | JobStatusModelPermillageComplete Property |
Gets or sets the permillage complete of the current activity of this job.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic int PermillageComplete { get; set; }
Public Property PermillageComplete As Integer
Get
Set
public:
property int PermillageComplete {
int get ();
void set (int value);
}
member PermillageComplete : int with get, set
Property Value
Type:
Int32
See Also