 | JobUsageDataModelIsInitialData Property |
Gets or sets a value indicating whether the initial data was recorded when the job was created.
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 bool IsInitialData { get; set; }
Public Property IsInitialData As Boolean
Get
Set
public:
property bool IsInitialData {
bool get ();
void set (bool value);
}
member IsInitialData : bool with get, set
Property Value
Type:
Boolean
See Also