ArcGIS Pro 3.7 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 Default Property Item( _
       ByVal tokenString As String _
    ) As Object
    public object this[ 
       string tokenString
    ]; {get; set;}

    Parameters

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

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

    ArcGIS Pro version: 3.6 or higher.
    See Also