 | AppSettingsRegistryGetValue method |
Returns the value for the transferred key from the enumeration.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntaxpublic static Object? GetValue(
string key
)
Public Shared Function GetValue (
key As String
) As Object
public:
static Object^ GetValue(
String^ key
)
static member GetValue :
key : string -> Object
Parameters
- key String
- Key to the value to be searched for.
Return value
ObjectThe value for the key as an object.
See also