FileSystemEntryInfoIsOffline Property |
The instance is offline. The data of the file is not immediately available.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsOffline { get; }
Public ReadOnly Property IsOffline As Boolean
Get
public:
property bool IsOffline {
bool get ();
}
member IsOffline : bool with get
Property Value
Type:
BooleanSee Also