Fan.Sys.SysProps.putProperty C# (CSharp) Method

putProperty() public static method

Set the system property for this name.
public static putProperty ( string name, string val ) : void
name string
val string
return void
        public static void putProperty(string name, string val)
        {
            map[name] = val;
        }