 | 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.3.0.0 (8.3.0.0)
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