ValidationResult.SourcePath Property

Definition

Gets the source-path extracted from the Source property.

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

Property Value

The source path.

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