Set property methods syntax

public void   SetStringProperty(string propName, string propValue)
public void   SetIntProperty(string propName, int propValue)
public void   SetLongProperty(string propName, long propValue)
public void   SetBooleanProperty(string propName, boolean propValue)
propName

The property name. This can be any of the properties listed in the tables in Available properties.

propValue

The value for propName.