Class ValidationProperties

ValidationProperties class

Encapsulates properties related to validation for the document.

public class ValidationProperties

Constructors

NameDescription
ValidationProperties(DateTime, BOOL)Constructor.

Properties

NameDescription
LastValidated { get; set; }The date and time the document was last validated
ShowIgnored { get; set; }Whether to show ignored validation issues in the Issues window.

See Also