ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Reports Namespace / TemplateTokenFieldInfoValues Class / Item Property

In This Topic
    Item Property (TemplateTokenFieldInfoValues)
    In This Topic
    Access and assign the field by indexing the token name.
    Syntax
    public object this[ 
       string tokenString
    ]; {get; set;}
    Public Default Property Item( _
       ByVal tokenString As String _
    ) As Object

    Parameters

    tokenString
    Exceptions
    ExceptionDescription
    Token name does not exist.
    tokenString
    The assigned value must be a string.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also