ArcFM Server Developer Guide
LoadValue Method


Syntax
'Declaration
 
Public Shared Function LoadValue( _
   ByVal ValueToRead As String, _
   ByVal LocalMachine As Boolean _
) As String
'Usage
 
Dim ValueToRead As String
Dim LocalMachine As Boolean
Dim value As String
 
value = RegistryUtils.LoadValue(ValueToRead, LocalMachine)
public static string LoadValue( 
   string ValueToRead,
   bool LocalMachine
)

Parameters

ValueToRead
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