ValidationResult.SourceType Property

Definition

Gets the source-type extracted from the Source property.

public string SourceType { get; }
member this.SourceType : string
Public ReadOnly Property SourceType As String

Property Value

The source type.

Remarks

SourcePath and SourceType can be extracted from Source property, but when reading the ValidationResult from the Annotations (after a dismiss), the Source might not be available, so only SourcePath and SourceType remain.

Applies to