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