 | DtInfoCollectionStatusModel.Progress Property |
Gets or sets the progress.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic DtInfoCollectionProgressEnum Progress { get; set; }
Public Property Progress As DtInfoCollectionProgressEnum
Get
Set
public:
property DtInfoCollectionProgressEnum Progress {
DtInfoCollectionProgressEnum get ();
void set (DtInfoCollectionProgressEnum value);
}
member Progress : DtInfoCollectionProgressEnum with get, set
Property Value
Type:
DtInfoCollectionProgressEnum
The progress.
See Also