Click or drag to resize

PropertyStoreSetValue Method

Sets a property key value.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual void SetValue(
	PropertyKey key,
	Object value
)

Parameters

key
Type: ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.
value
Type: SystemObject
The value.
See Also