Click or drag to resize

ShellItem.SetPropertyValue 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.WindowsPropertySystem.PropertyDescription
The property.
value
Type: System.Object
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptionproperty is null.
See Also