 | ControlledServerInfoSimpleModelUniqueId Property |
Gets or sets the unique identifier.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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