ArcGIS Pro 3.7 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 Function Get( _
       ByVal key As String _
    ) As Object
    public object Get( 
       string key
    )

    Parameters

    key
    The identifier.

    Return Value

    The object associated with the key.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also