ValidationResult.SourcePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.