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