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) |