 | DtInfoCollectionStatusModelProgress Property |
Gets or sets the progress.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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