public function __set($strName, $mixValue) {
            switch ($strName) {
                case '_Value':    // Internal Only. Used by JS above. Do Not Call.
                    try {
                        $this->Value = QType::Cast($mixValue, QType::Integer);