Gets a value indicating whether there was an access failure
to the repositorySearchPath.
Namespace: CleanCode.IOAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public bool AccessFailure { get; }
public bool AccessFailure { get; }
Public ReadOnly Property AccessFailure As Boolean
Get
Public ReadOnly Property AccessFailure As Boolean
Get
public:
property bool AccessFailure {
bool get ();
}
public:
property bool AccessFailure {
bool get ();
}
Field Value
true if [access failure]; otherwise,
false.
This is used to distinguish no update from the inability to check
for an update, since
GetNewerVersion(Int32, DateTime) returns null in either case.