ArcFM Desktop Developer Guide
ResourcesRegistryValue Method


The key name of the registry value to obtain.
Gets a value from the registry subkey associated with the ResourcesManager with the given name.
Syntax
'Declaration
 
Protected Shared Function ResourcesRegistryValue( _
   ByVal valueName As String _
) As String
'Usage
 
Dim valueName As String
Dim value As String
 
value = ResourceProvider.ResourcesRegistryValue(valueName)
protected static string ResourcesRegistryValue( 
   string valueName
)

Parameters

valueName
The key name of the registry value to obtain.

Return Value

The registry value.
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

ResourceProvider Class
ResourceProvider Members

 

 


Send Comment