ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphPropertyRole Enumeration

In This Topic
    KnowledgeGraphPropertyRole Enumeration
    In This Topic
    Represents the role of a graph property. See KnowledgeGraphProperty.GetRole.
    Syntax
    public enum KnowledgeGraphPropertyRole : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum KnowledgeGraphPropertyRole 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Document_ContentType 
    Document_FileExtension 
    Document_Keywords 
    Document_Metadata 
    Document_Name 
    Document_Text 
    Document_Title 
    Document_Url 
    Provenance_Comment 
    Provenance_InstanceId 
    Provenance_PropertyName 
    Provenance_Source 
    Provenance_SourceName 
    Provenance_SourceType 
    Provenance_TypeName 
    Regular 
    Unspecified 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.Knowledge.KnowledgeGraphPropertyRole

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also