'DeclarationPublic Function CreateSubKey( _ ByVal subKey As System.String _ ) As Preferences
'UsageDim instance As Preferences Dim subKey As System.String Dim value As Preferences value = instance.CreateSubKey(subKey)
public Preferences CreateSubKey( System.string subKey )
Parameters
- subKey
- The path of the new SubKey.