Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Function Value( _ ByVal key As String, _ ByVal defaultValue As String _ ) As String |
C# | |
---|---|
public abstract string Value( string key, string defaultValue ) |
C++/CLI | |
---|---|
public: abstract String^ Value( String^ key, String^ defaultValue ) |
Parameters
- key
- The key.
- defaultValue
- The returned value if the key is not found or the value cannot be converted to a string.
Return Value
The string value.See Item for more information about keys.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)