FileSystemEntry.IsDirectory Özellik

Tanım

Bu girdinin bir dizin olup olmadığını gösteren bir değer alır.

public:
 property bool IsDirectory { bool get(); };
public bool IsDirectory { get; }
member this.IsDirectory : bool
Public ReadOnly Property IsDirectory As Boolean

Özellik Değeri

true girdi bir dizinse; aksi takdirde , false.

Şunlara uygulanır