ElementInformation public sealed class ElementInformation Documentation Code public ICollection Errors { get; } public bool IsCollection { get; } public bool IsLocked { get; } public bool IsPresent { get; } public int LineNumber { get; } The line number or 0 if no source. public PropertyInformationCollection Properties { get; } public string Source { get; } public Type Type { get; } public ConfigurationValidatorBase Validator { get; }