Set property methods syntax

public static void   SetStringProperty(string propName, string propValue)
public static void   SetIntProperty(string propName, int propValue)
public static void   SetLongProperty(string propName, long propValue)
public static 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.