ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ModuleSettingsWriter Class / Add Method

In This Topic
    Add Method (ModuleSettingsWriter)
    In This Topic
    Writes a new string value with the specified identifier to the project.
    Syntax
    Public Sub Add( _
       ByVal name As String, _
       ByVal value As String _
    ) 
    public void Add( 
       string name,
       string value
    )

    Parameters

    name
    value
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also