 | DTAVPersistedStateModelJobVersion Property |
Gets or sets the job version.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic ProductVersionModel JobVersion { get; set; }
Public Property JobVersion As ProductVersionModel
Get
Set
public:
property ProductVersionModel^ JobVersion {
ProductVersionModel^ get ();
void set (ProductVersionModel^ value);
}
member JobVersion : ProductVersionModel with get, set
Property Value
Type:
ProductVersionModel
The job version.
See Also