共用方式為


RestoreFileSpec.Isdir Property

Definition

Gets or sets restore file spec isdir

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to