adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / RegistryUtility Class / GetRegistryValue Method


In This Topic
    GetRegistryValue Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetRegistryValue( _
       ByVal root As RegistryKey, _
       ByVal subkeyName As String, _
       ByVal valueName As String, _
       Optional ByVal defaultValue As String _
    ) As String
    public static string GetRegistryValue( 
       RegistryKey root,
       string subkeyName,
       string valueName,
       string defaultValue
    )

    Parameters

    root
    subkeyName
    valueName
    defaultValue
    See Also