Gets whether the file can be read from.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public abstract bool CanRead { get; }
Public MustOverride ReadOnly Property CanRead As Boolean
Get
public:
virtual property bool CanRead {
bool get () abstract;
}
abstract CanRead : bool with get
Property Value
Type:
Boolean
Reference