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