Uiinfrastructure API Docs  
 

PTListItem.AddProperty Method 

Call this method to add a name/value property pair to this item.

public virtual void AddProperty(
   string sName,
   string sVal
);

Parameters

sName
String name
sVal
String value

See Also

PTListItem Class | com.plumtree.xpshared.htmlconstructs Namespace