EnumerationOptions.AttributesToSkip Свойство

Определение

Возвращает или задает пропускаемые атрибуты.

public:
 property System::IO::FileAttributes AttributesToSkip { System::IO::FileAttributes get(); void set(System::IO::FileAttributes value); };
public System.IO.FileAttributes AttributesToSkip { get; set; }
member this.AttributesToSkip : System.IO.FileAttributes with get, set
Public Property AttributesToSkip As FileAttributes

Значение свойства

Атрибуты, которые нужно пропустить. Значение по умолчанию — FileAttributes.Hidden | FileAttributes.System.

Применяется к