ValidationProperties

ValidationProperties class

Encapsulates properties related to validation for the document.

public class ValidationProperties

Constructors

Name Description
ValidationProperties(DateTime, BOOL) Constructor.

Properties

Name Description
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