Click or drag to resize

MemoryPropertyStoreSetValue Method (PropertyDescription, Object)

Sets a property value.

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

Parameters

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