Click or drag to resize

MemoryPropertyStoreSetValue Method (PropertyDescription, Object)

Sets a property value.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public void SetValue(
	PropertyDescription description,
	Object value
)

Parameters

description
Type: ShellBoost.Core.WindowsPropertySystemPropertyDescription
The property description.
value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptiondescription is null.
See Also