Responder Developer Guide
SetValue Method


Name of the data item to define its value.
Data value to set for the data item.
Defines the registry data for the current section/subkey for the data item name and value specified.
Syntax
'Declaration
 
Public Shared Sub SetValue( _
   ByVal itemName As String, _
   ByVal itemValue As Object _
) 
'Usage
 
Dim itemName As String
Dim itemValue As Object
 
RegistryInfo2.SetValue(itemName, itemValue)
public static void SetValue( 
   string itemName,
   object itemValue
)

Parameters

itemName
Name of the data item to define its value.
itemValue
Data value to set for the data item.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

RegistryInfo2 Class
RegistryInfo2 Members

 

 


Send Comment