ArcGIS Pro 2.8 API Reference Guide
Get Method (ModuleSettingsReader)

ArcGIS.Desktop.Framework.Contracts Namespace > ModuleSettingsReader Class : Get Method
The identifier.
Returns the object persisted in the project identified by the specified key.
Syntax
public object Get( 
   string key
)
Public Function Get( _
   ByVal key As String _
) As Object

Parameters

key
The identifier.

Return Value

The object associated with the key.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ModuleSettingsReader Class
ModuleSettingsReader Members