Disk.SupportsHibernation Property

Definition

Gets or sets indicates the OS on a disk supports hibernation.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.supportsHibernation")]
public bool? SupportsHibernation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.supportsHibernation")>]
member this.SupportsHibernation : Nullable<bool> with get, set
Public Property SupportsHibernation As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to