} else if (hasIs(autoProperty)) {
        // Set the value on the member, when it was a isSet, it will be set later on.
        members[member] = autoProperty.is;
        // Generate an isser.
        publicScope['is' + capitalizedMemberName] = generateAutoIs(scopeName, member);