ArcGIS Pro 2.9 API Reference Guide
Add Method (ModuleSettingsWriter)

ArcGIS.Desktop.Framework.Contracts Namespace > ModuleSettingsWriter Class : Add Method
Writes a new string value with the specified identifier to the project.
Syntax
public void Add( 
   string name,
   string value
)
Public Sub Add( _
   ByVal name As String, _
   ByVal value As String _
) 

Parameters

name
value
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ModuleSettingsWriter Class
ModuleSettingsWriter Members