EnumerationOptions.AttributesToSkip Propiedad

Definición

Obtiene o establece los atributos que se van a omitir.

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

Valor de propiedad

Atributos que se van a omitir. El valor predeterminado es FileAttributes.Hidden | FileAttributes.System.

Se aplica a