ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Item Class / Tags Property

In This Topic
    Tags Property (Item)
    In This Topic
    Gets and sets a comma-separated list of tags that describe the item. Derived from Tags defined in the item's metdata.
    Syntax
    public string Tags {get;}
    Public ReadOnly Property Tags As String
    Remarks
    Tags are stored individually, but are assembled into a comma-separated list.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also