ArcGIS Pro 3.7 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 ReadOnly Property Source As String
    public string Source {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.5 or higher.
    See Also