 | AppSettingsRegistryRegisterKeyValue method |
List that can be filled externally with key-value pairs.
This list is also taken into account in the search.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntaxpublic static void RegisterKeyValue(
string key,
Object? value
)
Public Shared Sub RegisterKeyValue (
key As String,
value As Object
)
public:
static void RegisterKeyValue(
String^ key,
Object^ value
)
static member RegisterKeyValue :
key : string *
value : Object -> unit Parameters
- key String
- The key of the KeyValue pair to be registered.
- value Object
- The value of the KeyValue pair to be registered.
See also