Click or drag to resize

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
C#
public Object GetNamedValue(
	string name
)

Parameters

name
Type: SystemString
The property name.

Return Value

Type: Object
A value.
See Also