 | DTAVPersistedStateModelJobVersion Property |
Gets or sets the job version.
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 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