API Reference
Class
ContentLineValidationIssue
One format-native validation finding.
Inheritance
- Object
- ContentLineValidationIssue
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method IcsDocument.Validate
- Method VCardDocument.Validate
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Code { get; } #Stable machine-readable issue code.
public String Message { get; } #Human-readable explanation.
public ContentLineValidationSeverity Severity { get; } #Issue severity.
public String ComponentName { get; } #Associated component, when applicable.
public String PropertyName { get; } #Associated property, when applicable.