ArcGIS Pro 2.8 API Reference Guide
Item Property (ModuleSettingsReader)

ArcGIS.Desktop.Framework.Contracts Namespace > ModuleSettingsReader Class : Item Property
The identifier.
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 10, Windows 8.1

See Also

Reference

ModuleSettingsReader Class
ModuleSettingsReader Members