Click or drag to resize

BackgroundCopyFileValidationState Property

Gets or sets the current validation state of this file.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public bool ValidationState { get; set; }

Property Value

Type: Boolean
true if the contents of the file is valid; otherwise, false.
See Also