Compartir a través de


NodeFile.IsDirectory Propiedad

Definición

Obtiene o establece si el objeto representa un directorio.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a