 | 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.2.0.814 (8.2.0.814)
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