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