Click or drag to resize

ShellItemSetPropertyValue Method (PropertyDescription, Object)

Sets a property value to this item's property store.

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

Parameters

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