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

In This Topic
    Get Method (ModuleSettingsReader)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also