ArcFM Server Developer Guide
SaveValue Method


Syntax
'Declaration
 
Public Shared Sub SaveValue( _
   ByVal KeyToOpen As String, _
   ByVal ValueToSave As String, _
   ByVal LocalMachine As Boolean _
) 
'Usage
 
Dim KeyToOpen As String
Dim ValueToSave As String
Dim LocalMachine As Boolean
 
RegistryUtils.SaveValue(KeyToOpen, ValueToSave, LocalMachine)
public static void SaveValue( 
   string KeyToOpen,
   string ValueToSave,
   bool LocalMachine
)

Parameters

KeyToOpen
ValueToSave
LocalMachine
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

RegistryUtils Class
RegistryUtils Members

 

 


Send Comment