 | ShareQueryInputModelIdJob Property |
Gets or sets the identifier job.
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 Guid IdJob { get; set; }
Public Property IdJob As Guid
Get
Set
public:
property Guid IdJob {
Guid get ();
void set (Guid value);
}
member IdJob : Guid with get, set
Property Value
Type:
Guid
See Also