ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ModuleSettingsReader Class / Item Property
The identifier.

In This Topic
    Item Property (ModuleSettingsReader)
    In This Topic
    Gets or sets the object persisted in the project identified by the specified key.
    Syntax
    public object this[ 
       string key
    ]; {get; set;}
    Public Default Property Item( _
       ByVal key As String _
    ) As Object

    Parameters

    key
    The identifier.

    Property Value

    The object associated with the key.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also