pub fn set(name: &str, value: &str) -> Result<()>
Set a value of the property. If an error occurs, it returns Err. It uses socket communication to set the property. Because it is designed for client applications,