FileSystemEntryInfoIsNotContentIndexed Property |
The instance will not be indexed by the operating system's content indexing service.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsNotContentIndexed { get; }
Public ReadOnly Property IsNotContentIndexed As Boolean
Get
public:
property bool IsNotContentIndexed {
bool get ();
}
member IsNotContentIndexed : bool with get
Property Value
Type:
BooleanSee Also