ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Editing Namespace / KnowledgeGraphProvenanceDescription Class / Source Property

In This Topic
    Source Property (KnowledgeGraphProvenanceDescription)
    In This Topic
    Gets the source for the provenance information. This could be a document filename (if SourceType is KnowledgeGraphSourceType.Document), a URL or network file path if SourceType is KnowledgeGraphSourceType.URL or the source information itself if SourceType is KnowledgeGraphSourceType.String.
    Syntax
    public string Source {get;}
    Public ReadOnly Property Source As String
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also