Click or drag to resize

ItemIdListSetPropertyValue Method

Sets a property value.

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

Parameters

pShellColumnID  SHCOLUMNID
Identifier for the property.
pValue  String
The value.
See Also