MemoryPropertyStoreGetNamedValue Method (String) |
Gets a named property value.
Namespace:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public Object GetNamedValue(
string name
)
Parameters
- name
- Type: SystemString
The property name.
Return Value
Type:
ObjectA value.
See Also