Click or drag to resize

ItemIdListSetPropertyValue Method

Sets a property value.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public void SetPropertyValue(
	SHCOLUMNID pShellColumnID,
	string pValue
)

Parameters

pShellColumnID
Type: Jam.ShellSHCOLUMNID
Identifier for the property.
pValue
Type: SystemString
The value.
See Also