Click or drag to resize

MemoryPropertyStoreSetNamedValue Method

Sets a named property value using the underlying INamedPropertyStore implementation.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public void SetNamedValue(
	string name,
	Object value
)

Parameters

name
Type: SystemString
The property name.
value
Type: SystemObject
The value.
See Also