UpdateCheck AccessFailure Property CleanCode C# Libraries v1.2.03 API
Gets a value indicating whether there was an access failure to the repositorySearchPath.

Namespace: CleanCode.IO
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool AccessFailure { get; }

Field Value

true if [access failure]; otherwise, false.
Remarks

This is used to distinguish no update from the inability to check for an update, since GetNewerVersion(Int32, DateTime) returns null in either case.
See Also