 | AppSettingsRegistryUnregisterKey method |
List that can be filled externally with key-value pairs.
The given key is removed from the list.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntaxpublic static void UnregisterKey(
string key
)
Public Shared Sub UnregisterKey (
key As String
)
public:
static void UnregisterKey(
String^ key
)
static member UnregisterKey :
key : string -> unit Parameters
- key String
- The string key
See also