 | VRAVolumePersistedStateModelIsGpt Property |
Gets or sets a value indicating whether this instance is a GPT disk.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic bool IsGpt { get; set; }
Public Property IsGpt As Boolean
Get
Set
public:
property bool IsGpt {
bool get ();
void set (bool value);
}
member IsGpt : bool with get, set
Property Value
Type:
Booleantrue if this instance is GPT; otherwise,
false.
See Also